Html Css Color HEX #AF0842 Jazzberry Jam

📋 copy color: '#AF0842'

red 175 ◦ green 8 ◦ blue 66

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

Shades of Jazzberry Jam #AF0842

Tints of Jazzberry Jam #AF0842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 70.28%
G = 3.21%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0842 (or 0xAF0842) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 42. RGB value is (175,8,66). Sum of RGB (Red+Green+Blue) = 175+8+66=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0842 is #50F7BD. Grayscale: #404040. Windows color (decimal): -5306302 or 4327599. OLE color: 4327599.

HSL color Cylindrical-coordinate representation of color #AF0842: hue angle of 339.16º 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 #AF0842 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 66 -
CMYK 0 0.95 0.62 0.31
HSL 339.16º 0.91% 0.36% -
HSV(B) 339.16º 0.95% 0.69% -
XYZ 18.75 9.68 6.03 -
YUV 64.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 175 8 66 0 0.95 0.62 0.31 339.16 0.91 0.36
Hex AF 8 42 0 5F 3E 1F 153 5B 24
Octal 257 10 102 0 137 76 37 523 133 44
Binary 10101111 1000 1000010 0 1011111 111110 11111 101010011 1011011 100100

Color Harmonies of #AF0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0842

Black with #AF0842

Text Example


Text Example

White with #AF0842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0842; }

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

 H1.HeaderClassName
 {
   color: #AF0842;
 }
 .AnyTagClassName
 {
   color: #AF0842;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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