#A0053C

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

Shades of Jazzberry Jam #A0053C

Tints of Jazzberry Jam #A0053C

Color information

#A0053C (or 0xA0053C) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 05 and 3C. RGB value is (160,5,60). Sum of RGB (Red+Green+Blue) = 160+5+60=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053C is #5FFAC3. Grayscale: #393939. Windows color (decimal): -6290116 or 3933600. OLE color: 3933600.

HSL color Cylindrical-coordinate representation of color #A0053C: hue angle of 338.71º 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 #A0053C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB160560-
CMYK00.970.620.37
HSL338.71º93.94%32.35%-
HSV(B)338.71º96.88%62.75%-
XYZ15.377.914.99-
YUV57.61129.35201.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=71.11%
G=2.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16056000.970.620.37338.7193.9432.35
HexA053C0613E251535e20
Octal2405740141764552313640
Binary10100000101111100011000011111101001011010100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0053C; }

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

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

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

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

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

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

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

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