Html Css Color HEX #AA0545 Jazzberry Jam

📋 copy color: '#AA0545'

red 170 ◦ green 5 ◦ blue 69

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

Shades of Jazzberry Jam #AA0545

Tints of Jazzberry Jam #AA0545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 69.67%
G = 2.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA0545 (or 0xAA0545) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 45. RGB value is (170,5,69). Sum of RGB (Red+Green+Blue) = 170+5+69=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0545 is #55FABA. Grayscale: #3D3D3D. Windows color (decimal): -5634747 or 4523434. OLE color: 4523434.

HSL color Cylindrical-coordinate representation of color #AA0545: hue angle of 336.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0545 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 5 69 -
CMYK 0 0.97 0.59 0.33
HSL 336.73º 0.94% 0.34% -
HSV(B) 336.73º 0.97% 0.67% -
XYZ 17.71 9.08 6.45 -
YUV 61.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 170 5 69 0 0.97 0.59 0.33 336.73 0.94 0.34
Hex AA 5 45 0 61 3B 21 151 5E 22
Octal 252 5 105 0 141 73 41 521 136 42
Binary 10101010 101 1000101 0 1100001 111011 100001 101010001 1011110 100010

Color Harmonies of #AA0545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0545

Black with #AA0545

Text Example


Text Example

White with #AA0545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0545; }

 p { color: rgb(170,5,69); }

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

background-color css

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

 a { background-color: rgb(170,5,69); }

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

border-color css

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

 span { border-color: rgb(170,5,69); }

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