#a00a41

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

Shades of Jazzberry Jam #A00A41

Tints of Jazzberry Jam #A00A41

Color information

#A00A41 (or 0xA00A41) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0A and 41. RGB value is (160,10,65). Sum of RGB (Red+Green+Blue) = 160+10+65=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A41 is #5FF5BE. Grayscale: #3D3D3D. Windows color (decimal): -6288831 or 4262560. OLE color: 4262560.

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

Color convert

RGB1601065-
CMYK00.940.590.37
HSL338º88.24%33.33%-
HSV(B)338º93.75%62.75%-
XYZ15.568.075.74-
YUV61.12130.2198.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=68.09%
G=4.26%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160106500.940.590.3733888.2433.33
HexA0A4105E3B251525821
Octal240121010136734552213041
Binary1010000010101000001010111101110111001011010100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00a41; }

 p { color: rgb(160,10,65); }

 H1.HeaderClassName
 {
   color: #a00a41;
 }
 .AnyTagClassName
 {
   color: #a00a41;
 }
</style>
background-color css

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

 a { background-color: rgb(160,10,65); }

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

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

 span { border-color: rgb(160,10,65); }

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