#961259

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

Shades of Jazzberry Jam #961259

Tints of Jazzberry Jam #961259

Color information

#961259 (or 0x961259) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 12 and 59. RGB value is (150,18,89). Sum of RGB (Red+Green+Blue) = 150+18+89=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #961259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961259 is #69EDA6. Grayscale: #414141. Windows color (decimal): -6942119 or 5837462. OLE color: 5837462.

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

Color convert

RGB1501889-
CMYK00.880.410.41
HSL327.73º78.57%32.94%-
HSV(B)327.73º88%58.82%-
XYZ14.67.6410.16-
YUV65.56141.23188.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=58.37%
G=7.00%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150188900.880.410.41327.7378.5732.94
Hex96125905829291484f21
Octal226221310130515151011741
Binary10010110100101011001010110001010011010011010010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961259; }

 p { color: rgb(150,18,89); }

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

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

 a { background-color: rgb(150,18,89); }

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

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

 span { border-color: rgb(150,18,89); }

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