Shades of Jazzberry Jam #971259
Tints of Jazzberry Jam #971259
RGB
CMYK
RGB Variations
Color information
#971259 (or 0x971259) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 59. RGB value is (151,18,89). Sum of RGB (Red+Green+Blue) = 151+18+89=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #971259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971259 is #68EDA6. Grayscale: #414141. Windows color (decimal): -6876583 or 5837463. OLE color: 5837463.
HSL color Cylindrical-coordinate representation of color #971259: hue angle of 327.97º 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 #971259 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 89 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.41 |
| HSL | 327.97º | 0.79% | 0.33% | - |
| HSV(B) | 327.97º | 0.88% | 0.59% | - |
| XYZ | 14.78 | 7.73 | 10.16 | - |
| YUV | 65.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 89 | 0 | 0.88 | 0.41 | 0.41 | 327.97 | 0.79 | 0.33 |
| Hex | 97 | 12 | 59 | 0 | 58 | 29 | 29 | 148 | 4F | 21 |
| Octal | 227 | 22 | 131 | 0 | 130 | 51 | 51 | 510 | 117 | 41 |
| Binary | 10010111 | 10010 | 1011001 | 0 | 1011000 | 101001 | 101001 | 101001000 | 1001111 | 100001 |
Color Harmonies of #971259
Complementary color
Monochromatic Colors of #971259
Black with #971259
Text Example
Text Example
White with #971259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971259; }
p { color: rgb(151,18,89); }
H1.HeaderClassName
{
color: #971259;
}
.AnyTagClassName
{
color: #971259;
}
</style>
background-color css
<style>
a { background-color: #971259; }
a { background-color: rgb(151,18,89); }
div.DivClassName
{
background-color: #971259;
}
.BgClassName
{
background-color: #971259;
}
</style>
border-color css
<style>
span { border-color: #971259; }
span { border-color: rgb(151,18,89); }
td.TdClassName
{
border-color: #971259;
}
.TagClassName
{
border-color: #971259;
}
</style>