#A00551

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

Shades of Jazzberry Jam #A00551

Tints of Jazzberry Jam #A00551

Color information

#A00551 (or 0xA00551) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 05 and 51. RGB value is (160,5,81). Sum of RGB (Red+Green+Blue) = 160+5+81=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00551 is #5FFAAE. Grayscale: #3B3B3B. Windows color (decimal): -6290095 or 5309856. OLE color: 5309856.

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

Color convert

RGB160581-
CMYK00.970.490.37
HSL330.58º93.94%32.35%-
HSV(B)330.58º96.88%62.75%-
XYZ16.048.188.52-
YUV60.01139.85199.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=65.04%
G=2.03%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16058100.970.490.37330.5893.9432.35
HexA0551061312514b5e20
Octal24051210141614551313640
Binary101000001011010001011000011100011001011010010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00551; }

 p { color: rgb(160,5,81); }

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

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

 a { background-color: rgb(160,5,81); }

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

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

 span { border-color: rgb(160,5,81); }

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