Shades of Jazzberry Jam #971859
Tints of Jazzberry Jam #971859
RGB
CMYK
RGB Variations
Color information
#971859 (or 0x971859) is known color: Jazzberry Jam. HEX triplet: 97, 18 and 59. RGB value is (151,24,89). Sum of RGB (Red+Green+Blue) = 151+24+89=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #971859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971859 is #68E7A6. Grayscale: #454545. Windows color (decimal): -6875047 or 5838999. OLE color: 5838999.
HSL color Cylindrical-coordinate representation of color #971859: hue angle of 329.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971859 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 89 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.41 |
| HSL | 329.29º | 0.73% | 0.34% | - |
| HSV(B) | 329.29º | 0.84% | 0.59% | - |
| XYZ | 14.89 | 7.95 | 10.2 | - |
| YUV | 69.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 89 | 0 | 0.84 | 0.41 | 0.41 | 329.29 | 0.73 | 0.34 |
| Hex | 97 | 18 | 59 | 0 | 54 | 29 | 29 | 149 | 49 | 22 |
| Octal | 227 | 30 | 131 | 0 | 124 | 51 | 51 | 511 | 111 | 42 |
| Binary | 10010111 | 11000 | 1011001 | 0 | 1010100 | 101001 | 101001 | 101001001 | 1001001 | 100010 |
Color Harmonies of #971859
Complementary color
Monochromatic Colors of #971859
Black with #971859
Text Example
Text Example
White with #971859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971859; }
p { color: rgb(151,24,89); }
H1.HeaderClassName
{
color: #971859;
}
.AnyTagClassName
{
color: #971859;
}
</style>
background-color css
<style>
a { background-color: #971859; }
a { background-color: rgb(151,24,89); }
div.DivClassName
{
background-color: #971859;
}
.BgClassName
{
background-color: #971859;
}
</style>
border-color css
<style>
span { border-color: #971859; }
span { border-color: rgb(151,24,89); }
td.TdClassName
{
border-color: #971859;
}
.TagClassName
{
border-color: #971859;
}
</style>