#AF0849

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

Shades of Jazzberry Jam #AF0849

Tints of Jazzberry Jam #AF0849

Color information

#AF0849 (or 0xAF0849) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 08 and 49. RGB value is (175,8,73). Sum of RGB (Red+Green+Blue) = 175+8+73=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0849 is #50F7B6. Grayscale: #414141. Windows color (decimal): -5306295 or 4786351. OLE color: 4786351.

HSL color Cylindrical-coordinate representation of color #AF0849: hue angle of 336.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0849 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB175873-
CMYK00.950.580.31
HSL336.65º91.26%35.88%-
HSV(B)336.65º95.43%68.63%-
XYZ18.979.777.19-
YUV65.34132.33206.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.36%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=68.36%
G=3.12%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17587300.950.580.31336.6591.2635.88
HexAF84905F3A1F1515b24
Octal257101110137723752113344
Binary101011111000100100101011111111010111111010100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0849; }

 p { color: rgb(175,8,73); }

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

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

 a { background-color: rgb(175,8,73); }

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

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

 span { border-color: rgb(175,8,73); }

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