Shades of Jazzberry Jam #971059
Tints of Jazzberry Jam #971059
RGB
CMYK
RGB Variations
Color information
#971059 (or 0x971059) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 59. RGB value is (151,16,89). Sum of RGB (Red+Green+Blue) = 151+16+89=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971059 is #68EFA6. Grayscale: #404040. Windows color (decimal): -6877095 or 5836951. OLE color: 5836951.
HSL color Cylindrical-coordinate representation of color #971059: hue angle of 327.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971059 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 89 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.41 |
| HSL | 327.56º | 0.81% | 0.33% | - |
| HSV(B) | 327.56º | 0.89% | 0.59% | - |
| XYZ | 14.75 | 7.67 | 10.15 | - |
| YUV | 64.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 89 | 0 | 0.89 | 0.41 | 0.41 | 327.56 | 0.81 | 0.33 |
| Hex | 97 | 10 | 59 | 0 | 59 | 29 | 29 | 148 | 51 | 21 |
| Octal | 227 | 20 | 131 | 0 | 131 | 51 | 51 | 510 | 121 | 41 |
| Binary | 10010111 | 10000 | 1011001 | 0 | 1011001 | 101001 | 101001 | 101001000 | 1010001 | 100001 |
Color Harmonies of #971059
Complementary color
Monochromatic Colors of #971059
Black with #971059
Text Example
Text Example
White with #971059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971059; }
p { color: rgb(151,16,89); }
H1.HeaderClassName
{
color: #971059;
}
.AnyTagClassName
{
color: #971059;
}
</style>
background-color css
<style>
a { background-color: #971059; }
a { background-color: rgb(151,16,89); }
div.DivClassName
{
background-color: #971059;
}
.BgClassName
{
background-color: #971059;
}
</style>
border-color css
<style>
span { border-color: #971059; }
span { border-color: rgb(151,16,89); }
td.TdClassName
{
border-color: #971059;
}
.TagClassName
{
border-color: #971059;
}
</style>