Shades of Jazzberry Jam #971656
Tints of Jazzberry Jam #971656
RGB
CMYK
RGB Variations
Color information
#971656 (or 0x971656) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 56. RGB value is (151,22,86). Sum of RGB (Red+Green+Blue) = 151+22+86=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #971656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971656 is #68E9A9. Grayscale: #434343. Windows color (decimal): -6875562 or 5641879. OLE color: 5641879.
HSL color Cylindrical-coordinate representation of color #971656: hue angle of 330.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971656 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 86 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.41 |
| HSL | 330.23º | 0.75% | 0.34% | - |
| HSV(B) | 330.23º | 0.85% | 0.59% | - |
| XYZ | 14.73 | 7.83 | 9.54 | - |
| YUV | 67.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 86 | 0 | 0.85 | 0.43 | 0.41 | 330.23 | 0.75 | 0.34 |
| Hex | 97 | 16 | 56 | 0 | 55 | 2B | 29 | 14A | 4B | 22 |
| Octal | 227 | 26 | 126 | 0 | 125 | 53 | 51 | 512 | 113 | 42 |
| Binary | 10010111 | 10110 | 1010110 | 0 | 1010101 | 101011 | 101001 | 101001010 | 1001011 | 100010 |
Color Harmonies of #971656
Complementary color
Monochromatic Colors of #971656
Black with #971656
Text Example
Text Example
White with #971656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971656; }
p { color: rgb(151,22,86); }
H1.HeaderClassName
{
color: #971656;
}
.AnyTagClassName
{
color: #971656;
}
</style>
background-color css
<style>
a { background-color: #971656; }
a { background-color: rgb(151,22,86); }
div.DivClassName
{
background-color: #971656;
}
.BgClassName
{
background-color: #971656;
}
</style>
border-color css
<style>
span { border-color: #971656; }
span { border-color: rgb(151,22,86); }
td.TdClassName
{
border-color: #971656;
}
.TagClassName
{
border-color: #971656;
}
</style>