Html Css Color HEX #AA1550 Jazzberry Jam

📋 copy color: '#AA1550'

red 170 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #AA1550

Tints of Jazzberry Jam #AA1550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 62.73%
G = 7.75%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA1550 (or 0xAA1550) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 50. RGB value is (170,21,80). Sum of RGB (Red+Green+Blue) = 170+21+80=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1550 is #55EAAF. Grayscale: #484848. Windows color (decimal): -5630640 or 5248426. OLE color: 5248426.

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

Color convert

RGB 170 21 80 -
CMYK 0 0.88 0.53 0.33
HSL 336.24º 0.78% 0.37% -
HSV(B) 336.24º 0.88% 0.67% -
XYZ 18.29 9.66 8.49 -
YUV 72.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 170 21 80 0 0.88 0.53 0.33 336.24 0.78 0.37
Hex AA 15 50 0 58 35 21 150 4E 25
Octal 252 25 120 0 130 65 41 520 116 45
Binary 10101010 10101 1010000 0 1011000 110101 100001 101010000 1001110 100101

Color Harmonies of #AA1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1550

Black with #AA1550

Text Example


Text Example

White with #AA1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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