Html Css Color HEX #AB0442 Jazzberry Jam

📋 copy color: '#AB0442'

red 171 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #AB0442

Tints of Jazzberry Jam #AB0442

RGB

 RED value IS 171 (67.19% from 255) = 70.95%

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

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

R = 70.95%
G = 1.66%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB0442 (or 0xAB0442) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 42. RGB value is (171,4,66). Sum of RGB (Red+Green+Blue) = 171+4+66=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0442 is #54FBBD. Grayscale: #3C3C3C. Windows color (decimal): -5569470 or 4326571. OLE color: 4326571.

HSL color Cylindrical-coordinate representation of color #AB0442: hue angle of 337.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0442 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 66 -
CMYK 0 0.98 0.61 0.33
HSL 337.72º 0.95% 0.34% -
HSV(B) 337.72º 0.98% 0.67% -
XYZ 17.82 9.14 5.98 -
YUV 61 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 171 4 66 0 0.98 0.61 0.33 337.72 0.95 0.34
Hex AB 4 42 0 62 3D 21 152 5F 22
Octal 253 4 102 0 142 75 41 522 137 42
Binary 10101011 100 1000010 0 1100010 111101 100001 101010010 1011111 100010

Color Harmonies of #AB0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0442

Black with #AB0442

Text Example


Text Example

White with #AB0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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