Shades of Jazzberry Jam #971453
Tints of Jazzberry Jam #971453
RGB
CMYK
RGB Variations
Color information
#971453 (or 0x971453) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 53. RGB value is (151,20,83). Sum of RGB (Red+Green+Blue) = 151+20+83=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #971453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971453 is #68EBAC. Grayscale: #424242. Windows color (decimal): -6876077 or 5444759. OLE color: 5444759.
HSL color Cylindrical-coordinate representation of color #971453: hue angle of 331.15º 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 #971453 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 83 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.41 |
| HSL | 331.15º | 0.77% | 0.34% | - |
| HSV(B) | 331.15º | 0.87% | 0.59% | - |
| XYZ | 14.57 | 7.7 | 8.9 | - |
| YUV | 66.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 83 | 0 | 0.87 | 0.45 | 0.41 | 331.15 | 0.77 | 0.34 |
| Hex | 97 | 14 | 53 | 0 | 57 | 2D | 29 | 14B | 4D | 22 |
| Octal | 227 | 24 | 123 | 0 | 127 | 55 | 51 | 513 | 115 | 42 |
| Binary | 10010111 | 10100 | 1010011 | 0 | 1010111 | 101101 | 101001 | 101001011 | 1001101 | 100010 |
Color Harmonies of #971453
Complementary color
Monochromatic Colors of #971453
Black with #971453
Text Example
Text Example
White with #971453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971453; }
p { color: rgb(151,20,83); }
H1.HeaderClassName
{
color: #971453;
}
.AnyTagClassName
{
color: #971453;
}
</style>
background-color css
<style>
a { background-color: #971453; }
a { background-color: rgb(151,20,83); }
div.DivClassName
{
background-color: #971453;
}
.BgClassName
{
background-color: #971453;
}
</style>
border-color css
<style>
span { border-color: #971453; }
span { border-color: rgb(151,20,83); }
td.TdClassName
{
border-color: #971453;
}
.TagClassName
{
border-color: #971453;
}
</style>