Html Css Color HEX #AA1849 Jazzberry Jam

📋 copy color: '#AA1849'

red 170 ◦ green 24 ◦ blue 73

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

Shades of Jazzberry Jam #AA1849

Tints of Jazzberry Jam #AA1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 63.67%
G = 8.99%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA1849 (or 0xAA1849) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 49. RGB value is (170,24,73). Sum of RGB (Red+Green+Blue) = 170+24+73=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1849 is #55E7B6. Grayscale: #494949. Windows color (decimal): -5629879 or 4790442. OLE color: 4790442.

HSL color Cylindrical-coordinate representation of color #AA1849: hue angle of 339.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1849 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 73 -
CMYK 0 0.86 0.57 0.33
HSL 339.86º 0.75% 0.38% -
HSV(B) 339.86º 0.86% 0.67% -
XYZ 18.11 9.68 7.22 -
YUV 73.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 170 24 73 0 0.86 0.57 0.33 339.86 0.75 0.38
Hex AA 18 49 0 56 39 21 154 4B 26
Octal 252 30 111 0 126 71 41 524 113 46
Binary 10101010 11000 1001001 0 1010110 111001 100001 101010100 1001011 100110

Color Harmonies of #AA1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1849

Black with #AA1849

Text Example


Text Example

White with #AA1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1849; }

 p { color: rgb(170,24,73); }

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

background-color css

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

 a { background-color: rgb(170,24,73); }

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

border-color css

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

 span { border-color: rgb(170,24,73); }

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