Html Css Color HEX #AA0041 Jazzberry Jam

📋 copy color: '#AA0041'

red 170 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #AA0041

Tints of Jazzberry Jam #AA0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 72.34%
G = 0%
B = 27.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA0041 (or 0xAA0041) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 41. RGB value is (170,0,65). Sum of RGB (Red+Green+Blue) = 170+0+65=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0041 is #55FFBE. Grayscale: #3A3A3A. Windows color (decimal): -5636031 or 4260010. OLE color: 4260010.

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

Color convert

RGB 170 0 65 -
CMYK 0 1 0.62 0.33
HSL 337.06º 1% 0.33% -
HSV(B) 337.06º 1% 0.67% -
XYZ 17.53 8.93 5.8 -
YUV 58.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 170 0 65 0 1 0.62 0.33 337.06 1 0.33
Hex AA 0 41 0 64 3E 21 151 64 21
Octal 252 0 101 0 144 76 41 521 144 41
Binary 10101010 0 1000001 0 1100100 111110 100001 101010001 1100100 100001

Color Harmonies of #AA0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0041

Black with #AA0041

Text Example


Text Example

White with #AA0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0041; }

 p { color: rgb(170,0,65); }

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

background-color css

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

 a { background-color: rgb(170,0,65); }

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

border-color css

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

 span { border-color: rgb(170,0,65); }

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