Shades of Jazzberry Jam #971153
Tints of Jazzberry Jam #971153
RGB
CMYK
RGB Variations
Color information
#971153 (or 0x971153) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 53. RGB value is (151,17,83). Sum of RGB (Red+Green+Blue) = 151+17+83=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #971153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971153 is #68EEAC. Grayscale: #404040. Windows color (decimal): -6876845 or 5443991. OLE color: 5443991.
HSL color Cylindrical-coordinate representation of color #971153: hue angle of 330.45º degrees, saturation: 0.8, 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 #971153 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 83 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.41 |
| HSL | 330.45º | 0.8% | 0.33% | - |
| HSV(B) | 330.45º | 0.89% | 0.59% | - |
| XYZ | 14.52 | 7.6 | 8.89 | - |
| YUV | 64.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 83 | 0 | 0.89 | 0.45 | 0.41 | 330.45 | 0.8 | 0.33 |
| Hex | 97 | 11 | 53 | 0 | 59 | 2D | 29 | 14A | 50 | 21 |
| Octal | 227 | 21 | 123 | 0 | 131 | 55 | 51 | 512 | 120 | 41 |
| Binary | 10010111 | 10001 | 1010011 | 0 | 1011001 | 101101 | 101001 | 101001010 | 1010000 | 100001 |
Color Harmonies of #971153
Complementary color
Monochromatic Colors of #971153
Black with #971153
Text Example
Text Example
White with #971153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971153; }
p { color: rgb(151,17,83); }
H1.HeaderClassName
{
color: #971153;
}
.AnyTagClassName
{
color: #971153;
}
</style>
background-color css
<style>
a { background-color: #971153; }
a { background-color: rgb(151,17,83); }
div.DivClassName
{
background-color: #971153;
}
.BgClassName
{
background-color: #971153;
}
</style>
border-color css
<style>
span { border-color: #971153; }
span { border-color: rgb(151,17,83); }
td.TdClassName
{
border-color: #971153;
}
.TagClassName
{
border-color: #971153;
}
</style>