Html Css Color HEX #AA1547 Jazzberry Jam

📋 copy color: '#AA1547'

red 170 ◦ green 21 ◦ blue 71

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

Shades of Jazzberry Jam #AA1547

Tints of Jazzberry Jam #AA1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 64.89%
G = 8.02%
B = 27.1%

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

#AA1547 (or 0xAA1547) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 47. RGB value is (170,21,71). Sum of RGB (Red+Green+Blue) = 170+21+71=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1547 is #55EAB8. Grayscale: #474747. Windows color (decimal): -5630649 or 4658602. OLE color: 4658602.

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

Color convert

RGB 170 21 71 -
CMYK 0 0.88 0.58 0.33
HSL 339.87º 0.78% 0.37% -
HSV(B) 339.87º 0.88% 0.67% -
XYZ 17.98 9.54 6.85 -
YUV 71.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 170 21 71 0 0.88 0.58 0.33 339.87 0.78 0.37
Hex AA 15 47 0 58 3A 21 154 4E 25
Octal 252 25 107 0 130 72 41 524 116 45
Binary 10101010 10101 1000111 0 1011000 111010 100001 101010100 1001110 100101

Color Harmonies of #AA1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1547

Black with #AA1547

Text Example


Text Example

White with #AA1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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