Html Css Color HEX #AA144D Jazzberry Jam

📋 copy color: '#AA144D'

red 170 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #AA144D

Tints of Jazzberry Jam #AA144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 63.67%
G = 7.49%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA144D (or 0xAA144D) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 4D. RGB value is (170,20,77). Sum of RGB (Red+Green+Blue) = 170+20+77=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA144D is #55EBB2. Grayscale: #474747. Windows color (decimal): -5630899 or 5051562. OLE color: 5051562.

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

Color convert

RGB 170 20 77 -
CMYK 0 0.88 0.55 0.33
HSL 337.2º 0.79% 0.37% -
HSV(B) 337.2º 0.88% 0.67% -
XYZ 18.17 9.58 7.91 -
YUV 71.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 170 20 77 0 0.88 0.55 0.33 337.2 0.79 0.37
Hex AA 14 4D 0 58 37 21 151 4F 25
Octal 252 24 115 0 130 67 41 521 117 45
Binary 10101010 10100 1001101 0 1011000 110111 100001 101010001 1001111 100101

Color Harmonies of #AA144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA144D

Black with #AA144D

Text Example


Text Example

White with #AA144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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