#AA0041

Color #AA0041 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0041

Tints of Jazzberry Jam #AA0041

Color information

#AA0041 (or 0xAA0041) is unknown color: approx 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

RGB170065-
CMYK010.620.33
HSL337.06º100%33.33%-
HSV(B)337.06º100%66.67%-
XYZ17.538.935.8-
YUV58.24131.82207.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170065010.620.33337.0610033.33
HexAA0410643E211516421
Octal25201010144764152114441
Binary1010101001000001011001001111101000011010100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>