#A01245

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

Shades of Jazzberry Jam #A01245

Tints of Jazzberry Jam #A01245

Color information

#A01245 (or 0xA01245) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 12 and 45. RGB value is (160,18,69). Sum of RGB (Red+Green+Blue) = 160+18+69=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A01245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01245 is #5FEDBA. Grayscale: #424242. Windows color (decimal): -6286779 or 4526752. OLE color: 4526752.

HSL color Cylindrical-coordinate representation of color #A01245: hue angle of 338.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01245 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1601869-
CMYK00.890.570.37
HSL338.45º79.78%34.9%-
HSV(B)338.45º88.75%62.75%-
XYZ15.798.346.41-
YUV66.27129.54194.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=64.78%
G=7.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160186900.890.570.37338.4579.7834.9
HexA0124505939251525023
Octal240221050131714552212043
Binary10100000100101000101010110011110011001011010100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01245; }

 p { color: rgb(160,18,69); }

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

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

 a { background-color: rgb(160,18,69); }

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

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

 span { border-color: rgb(160,18,69); }

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