#AF144C

Color #AF144C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF144C

Tints of Jazzberry Jam #AF144C

Color information

#AF144C (or 0xAF144C) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 14 and 4C. RGB value is (175,20,76). Sum of RGB (Red+Green+Blue) = 175+20+76=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF144C is #50EBB3. Grayscale: #484848. Windows color (decimal): -5303220 or 4986031. OLE color: 4986031.

HSL color Cylindrical-coordinate representation of color #AF144C: hue angle of 338.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF144C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1752076-
CMYK00.890.570.31
HSL338.32º79.49%38.24%-
HSV(B)338.32º88.57%68.63%-
XYZ19.2310.147.78-
YUV72.73129.85200.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 20 (8.20% from 255) = 7.38%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=64.58%
G=7.38%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175207600.890.570.31338.3279.4938.24
HexAF144C059391F1524f26
Octal257241140131713752211746
Binary1010111110100100110001011001111001111111010100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF144C; }

 p { color: rgb(175,20,76); }

 H1.HeaderClassName
 {
   color: #AF144C;
 }
 .AnyTagClassName
 {
   color: #AF144C;
 }
</style>
background-color css

<style>
 a { background-color: #AF144C; }

 a { background-color: rgb(175,20,76); }

 div.DivClassName
 {
   background-color: #AF144C;
 }
 .BgClassName
 {
   background-color: #AF144C;
 }
</style>
border-color css

<style>
 span { border-color: #AF144C; }

 span { border-color: rgb(175,20,76); }

 td.TdClassName
 {
   border-color: #AF144C;
 }
 .TagClassName
 {
   border-color: #AF144C;
 }
</style>