Html Css Color HEX #AA1447 Jazzberry Jam

📋 copy color: '#AA1447'

red 170 ◦ green 20 ◦ blue 71

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

Shades of Jazzberry Jam #AA1447

Tints of Jazzberry Jam #AA1447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 65.13%
G = 7.66%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA1447 (or 0xAA1447) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 47. RGB value is (170,20,71). Sum of RGB (Red+Green+Blue) = 170+20+71=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1447 is #55EBB8. Grayscale: #464646. Windows color (decimal): -5630905 or 4658346. OLE color: 4658346.

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

Color convert

RGB 170 20 71 -
CMYK 0 0.88 0.58 0.33
HSL 339.6º 0.79% 0.37% -
HSV(B) 339.6º 0.88% 0.67% -
XYZ 17.97 9.5 6.85 -
YUV 70.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 170 20 71 0 0.88 0.58 0.33 339.6 0.79 0.37
Hex AA 14 47 0 58 3A 21 154 4F 25
Octal 252 24 107 0 130 72 41 524 117 45
Binary 10101010 10100 1000111 0 1011000 111010 100001 101010100 1001111 100101

Color Harmonies of #AA1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1447

Black with #AA1447

Text Example


Text Example

White with #AA1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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