Html Css Color HEX #AA1448 Jazzberry Jam

📋 copy color: '#AA1448'

red 170 ◦ green 20 ◦ blue 72

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

Shades of Jazzberry Jam #AA1448

Tints of Jazzberry Jam #AA1448

RGB

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

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

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

R = 64.89%
G = 7.63%
B = 27.48%

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

#AA1448 (or 0xAA1448) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 48. RGB value is (170,20,72). Sum of RGB (Red+Green+Blue) = 170+20+72=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1448 is #55EBB7. Grayscale: #464646. Windows color (decimal): -5630904 or 4723882. OLE color: 4723882.

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

Color convert

RGB 170 20 72 -
CMYK 0 0.88 0.58 0.33
HSL 339.2º 0.79% 0.37% -
HSV(B) 339.2º 0.88% 0.67% -
XYZ 18 9.51 7.02 -
YUV 70.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 170 20 72 0 0.88 0.58 0.33 339.2 0.79 0.37
Hex AA 14 48 0 58 3A 21 153 4F 25
Octal 252 24 110 0 130 72 41 523 117 45
Binary 10101010 10100 1001000 0 1011000 111010 100001 101010011 1001111 100101

Color Harmonies of #AA1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1448

Black with #AA1448

Text Example


Text Example

White with #AA1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1448; }

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

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

background-color css

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

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

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

border-color css

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

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

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