#A01959

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

Shades of Jazzberry Jam #A01959

Tints of Jazzberry Jam #A01959

Color information

#A01959 (or 0xA01959) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 59. RGB value is (160,25,89). Sum of RGB (Red+Green+Blue) = 160+25+89=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A01959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01959 is #5FE6A6. Grayscale: #484848. Windows color (decimal): -6284967 or 5839264. OLE color: 5839264.

HSL color Cylindrical-coordinate representation of color #A01959: hue angle of 331.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01959 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1602589-
CMYK00.840.440.37
HSL331.56º72.97%36.27%-
HSV(B)331.56º84.38%62.75%-
XYZ16.658.8910.29-
YUV72.66137.23190.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=58.39%
G=9.12%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160258900.840.440.37331.5672.9736.27
HexA019590542C2514c4924
Octal240311310124544551411144
Binary10100000110011011001010101001011001001011010011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01959; }

 p { color: rgb(160,25,89); }

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

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

 a { background-color: rgb(160,25,89); }

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

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

 span { border-color: rgb(160,25,89); }

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