Html Css Color HEX #AA0442 Jazzberry Jam

📋 copy color: '#AA0442'

red 170 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #AA0442

Tints of Jazzberry Jam #AA0442

RGB

 RED value IS 170 (66.8% from 255) = 70.83%

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

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

R = 70.83%
G = 1.67%
B = 27.5%

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

#AA0442 (or 0xAA0442) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 42. RGB value is (170,4,66). Sum of RGB (Red+Green+Blue) = 170+4+66=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0442 is #55FBBD. Grayscale: #3C3C3C. Windows color (decimal): -5635006 or 4326570. OLE color: 4326570.

HSL color Cylindrical-coordinate representation of color #AA0442: hue angle of 337.59º 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 #AA0442 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 66 -
CMYK 0 0.98 0.61 0.33
HSL 337.59º 0.95% 0.34% -
HSV(B) 337.59º 0.98% 0.67% -
XYZ 17.6 9.03 5.97 -
YUV 60.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 170 4 66 0 0.98 0.61 0.33 337.59 0.95 0.34
Hex AA 4 42 0 62 3D 21 152 5F 22
Octal 252 4 102 0 142 75 41 522 137 42
Binary 10101010 100 1000010 0 1100010 111101 100001 101010010 1011111 100010

Color Harmonies of #AA0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0442

Black with #AA0442

Text Example


Text Example

White with #AA0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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