Shades of Jazzberry Jam #961959
Tints of Jazzberry Jam #961959
RGB
CMYK
RGB Variations
Color information
#961959 (or 0x961959) is known color: Jazzberry Jam. HEX triplet: 96, 19 and 59. RGB value is (150,25,89). Sum of RGB (Red+Green+Blue) = 150+25+89=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #961959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961959 is #69E6A6. Grayscale: #454545. Windows color (decimal): -6940327 or 5839254. OLE color: 5839254.
HSL color Cylindrical-coordinate representation of color #961959: hue angle of 329.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961959 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 89 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.41 |
| HSL | 329.28º | 0.71% | 0.34% | - |
| HSV(B) | 329.28º | 0.83% | 0.59% | - |
| XYZ | 14.73 | 7.9 | 10.2 | - |
| YUV | 69.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 89 | 0 | 0.83 | 0.41 | 0.41 | 329.28 | 0.71 | 0.34 |
| Hex | 96 | 19 | 59 | 0 | 53 | 29 | 29 | 149 | 47 | 22 |
| Octal | 226 | 31 | 131 | 0 | 123 | 51 | 51 | 511 | 107 | 42 |
| Binary | 10010110 | 11001 | 1011001 | 0 | 1010011 | 101001 | 101001 | 101001001 | 1000111 | 100010 |
Color Harmonies of #961959
Complementary color
Monochromatic Colors of #961959
Black with #961959
Text Example
Text Example
White with #961959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961959; }
p { color: rgb(150,25,89); }
H1.HeaderClassName
{
color: #961959;
}
.AnyTagClassName
{
color: #961959;
}
</style>
background-color css
<style>
a { background-color: #961959; }
a { background-color: rgb(150,25,89); }
div.DivClassName
{
background-color: #961959;
}
.BgClassName
{
background-color: #961959;
}
</style>
border-color css
<style>
span { border-color: #961959; }
span { border-color: rgb(150,25,89); }
td.TdClassName
{
border-color: #961959;
}
.TagClassName
{
border-color: #961959;
}
</style>