Html Css Color HEX #AA0C48 Jazzberry Jam

📋 copy color: '#AA0C48'

red 170 ◦ green 12 ◦ blue 72

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

Shades of Jazzberry Jam #AA0C48

Tints of Jazzberry Jam #AA0C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 66.93%
G = 4.72%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0C48 (or 0xAA0C48) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 48. RGB value is (170,12,72). Sum of RGB (Red+Green+Blue) = 170+12+72=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C48 is #55F3B7. Grayscale: #424242. Windows color (decimal): -5632952 or 4721834. OLE color: 4721834.

HSL color Cylindrical-coordinate representation of color #AA0C48: hue angle of 337.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C48 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 12 72 -
CMYK 0 0.93 0.58 0.33
HSL 337.22º 0.87% 0.36% -
HSV(B) 337.22º 0.93% 0.67% -
XYZ 17.88 9.28 6.98 -
YUV 66.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 170 12 72 0 0.93 0.58 0.33 337.22 0.87 0.36
Hex AA C 48 0 5D 3A 21 151 57 24
Octal 252 14 110 0 135 72 41 521 127 44
Binary 10101010 1100 1001000 0 1011101 111010 100001 101010001 1010111 100100

Color Harmonies of #AA0C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C48

Black with #AA0C48

Text Example


Text Example

White with #AA0C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C48; }

 p { color: rgb(170,12,72); }

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

background-color css

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

 a { background-color: rgb(170,12,72); }

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

border-color css

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

 span { border-color: rgb(170,12,72); }

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