#971959

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

Shades of Jazzberry Jam #971959

Tints of Jazzberry Jam #971959

Color information

#971959 (or 0x971959) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 19 and 59. RGB value is (151,25,89). Sum of RGB (Red+Green+Blue) = 151+25+89=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #971959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971959 is #68E6A6. Grayscale: #454545. Windows color (decimal): -6874791 or 5839255. OLE color: 5839255.

HSL color Cylindrical-coordinate representation of color #971959: hue angle of 329.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971959 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1512589-
CMYK00.830.410.41
HSL329.52º71.59%34.51%-
HSV(B)329.52º83.44%59.22%-
XYZ14.91810.21-
YUV69.97138.74185.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=56.98%
G=9.43%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151258900.830.410.41329.5271.5934.51
Hex971959053292914a4823
Octal227311310123515151211043
Binary10010111110011011001010100111010011010011010010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971959; }

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

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

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

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

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

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

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

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