Shades of Jazzberry Jam #971455
Tints of Jazzberry Jam #971455
RGB
CMYK
RGB Variations
Color information
#971455 (or 0x971455) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 55. RGB value is (151,20,85). Sum of RGB (Red+Green+Blue) = 151+20+85=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971455 is #68EBAA. Grayscale: #424242. Windows color (decimal): -6876075 or 5575831. OLE color: 5575831.
HSL color Cylindrical-coordinate representation of color #971455: hue angle of 330.23º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971455 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 85 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.41 |
| HSL | 330.23º | 0.77% | 0.34% | - |
| HSV(B) | 330.23º | 0.87% | 0.59% | - |
| XYZ | 14.65 | 7.74 | 9.32 | - |
| YUV | 66.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 85 | 0 | 0.87 | 0.44 | 0.41 | 330.23 | 0.77 | 0.34 |
| Hex | 97 | 14 | 55 | 0 | 57 | 2C | 29 | 14A | 4D | 22 |
| Octal | 227 | 24 | 125 | 0 | 127 | 54 | 51 | 512 | 115 | 42 |
| Binary | 10010111 | 10100 | 1010101 | 0 | 1010111 | 101100 | 101001 | 101001010 | 1001101 | 100010 |
Color Harmonies of #971455
Complementary color
Monochromatic Colors of #971455
Black with #971455
Text Example
Text Example
White with #971455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971455; }
p { color: rgb(151,20,85); }
H1.HeaderClassName
{
color: #971455;
}
.AnyTagClassName
{
color: #971455;
}
</style>
background-color css
<style>
a { background-color: #971455; }
a { background-color: rgb(151,20,85); }
div.DivClassName
{
background-color: #971455;
}
.BgClassName
{
background-color: #971455;
}
</style>
border-color css
<style>
span { border-color: #971455; }
span { border-color: rgb(151,20,85); }
td.TdClassName
{
border-color: #971455;
}
.TagClassName
{
border-color: #971455;
}
</style>