Html Css Color HEX #AA1452 Jazzberry Jam

📋 copy color: '#AA1452'

red 170 ◦ green 20 ◦ blue 82

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

Shades of Jazzberry Jam #AA1452

Tints of Jazzberry Jam #AA1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 62.5%
G = 7.35%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1452 (or 0xAA1452) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 52. RGB value is (170,20,82). Sum of RGB (Red+Green+Blue) = 170+20+82=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1452 is #55EBAD. Grayscale: #474747. Windows color (decimal): -5630894 or 5379242. OLE color: 5379242.

HSL color Cylindrical-coordinate representation of color #AA1452: hue angle of 335.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1452 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 82 -
CMYK 0 0.88 0.52 0.33
HSL 335.2º 0.79% 0.37% -
HSV(B) 335.2º 0.88% 0.67% -
XYZ 18.35 9.66 8.88 -
YUV 71.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 170 20 82 0 0.88 0.52 0.33 335.2 0.79 0.37
Hex AA 14 52 0 58 34 21 14F 4F 25
Octal 252 24 122 0 130 64 41 517 117 45
Binary 10101010 10100 1010010 0 1011000 110100 100001 101001111 1001111 100101

Color Harmonies of #AA1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1452

Black with #AA1452

Text Example


Text Example

White with #AA1452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1452; }

 p { color: rgb(170,20,82); }

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

background-color css

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

 a { background-color: rgb(170,20,82); }

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

border-color css

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

 span { border-color: rgb(170,20,82); }

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