Html Css Color HEX #AF0849 Jazzberry Jam

📋 copy color: '#AF0849'

red 175 ◦ green 8 ◦ blue 73

#AF0849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF0849

Tints of Jazzberry Jam #AF0849

RGB

 RED value IS 175 (68.75% from 255) = 68.36%

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 68.36%
G = 3.13%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0849 (or 0xAF0849) is known color: 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

RGB 175 8 73 -
CMYK 0 0.95 0.58 0.31
HSL 336.65º 0.91% 0.36% -
HSV(B) 336.65º 0.95% 0.69% -
XYZ 18.97 9.77 7.19 -
YUV 65.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 175 8 73 0 0.95 0.58 0.31 336.65 0.91 0.36
Hex AF 8 49 0 5F 3A 1F 151 5B 24
Octal 257 10 111 0 137 72 37 521 133 44
Binary 10101111 1000 1001001 0 1011111 111010 11111 101010001 1011011 100100

Color Harmonies of #AF0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0849

Black with #AF0849

Text Example


Text Example

White with #AF0849

Text Example


Text Example

HTML Codes & Css Web 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>