Html Css Color HEX #AF0442 Jazzberry Jam

📋 copy color: '#AF0442'

red 175 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #AF0442

Tints of Jazzberry Jam #AF0442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 71.43%
G = 1.63%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0442 (or 0xAF0442) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 42. RGB value is (175,4,66). Sum of RGB (Red+Green+Blue) = 175+4+66=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0442 is #50FBBD. Grayscale: #3E3E3E. Windows color (decimal): -5307326 or 4326575. OLE color: 4326575.

HSL color Cylindrical-coordinate representation of color #AF0442: hue angle of 338.25º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0442 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 66 -
CMYK 0 0.98 0.62 0.31
HSL 338.25º 0.96% 0.35% -
HSV(B) 338.25º 0.98% 0.69% -
XYZ 18.71 9.59 6.02 -
YUV 62.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 175 4 66 0 0.98 0.62 0.31 338.25 0.96 0.35
Hex AF 4 42 0 62 3E 1F 152 60 23
Octal 257 4 102 0 142 76 37 522 140 43
Binary 10101111 100 1000010 0 1100010 111110 11111 101010010 1100000 100011

Color Harmonies of #AF0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0442

Black with #AF0442

Text Example


Text Example

White with #AF0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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