Shades of Jazzberry Jam #971855
Tints of Jazzberry Jam #971855
RGB
CMYK
RGB Variations
Color information
#971855 (or 0x971855) is known color: Jazzberry Jam. HEX triplet: 97, 18 and 55. RGB value is (151,24,85). Sum of RGB (Red+Green+Blue) = 151+24+85=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #971855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971855 is #68E7AA. Grayscale: #444444. Windows color (decimal): -6875051 or 5576855. OLE color: 5576855.
HSL color Cylindrical-coordinate representation of color #971855: hue angle of 331.18º 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 #971855 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 85 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.41 |
| HSL | 331.18º | 0.73% | 0.34% | - |
| HSV(B) | 331.18º | 0.84% | 0.59% | - |
| XYZ | 14.73 | 7.89 | 9.34 | - |
| YUV | 68.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 85 | 0 | 0.84 | 0.44 | 0.41 | 331.18 | 0.73 | 0.34 |
| Hex | 97 | 18 | 55 | 0 | 54 | 2C | 29 | 14B | 49 | 22 |
| Octal | 227 | 30 | 125 | 0 | 124 | 54 | 51 | 513 | 111 | 42 |
| Binary | 10010111 | 11000 | 1010101 | 0 | 1010100 | 101100 | 101001 | 101001011 | 1001001 | 100010 |
Color Harmonies of #971855
Complementary color
Monochromatic Colors of #971855
Black with #971855
Text Example
Text Example
White with #971855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971855; }
p { color: rgb(151,24,85); }
H1.HeaderClassName
{
color: #971855;
}
.AnyTagClassName
{
color: #971855;
}
</style>
background-color css
<style>
a { background-color: #971855; }
a { background-color: rgb(151,24,85); }
div.DivClassName
{
background-color: #971855;
}
.BgClassName
{
background-color: #971855;
}
</style>
border-color css
<style>
span { border-color: #971855; }
span { border-color: rgb(151,24,85); }
td.TdClassName
{
border-color: #971855;
}
.TagClassName
{
border-color: #971855;
}
</style>