Shades of Jazzberry Jam #971753
Tints of Jazzberry Jam #971753
RGB
CMYK
RGB Variations
Color information
#971753 (or 0x971753) is known color: Jazzberry Jam. HEX triplet: 97, 17 and 53. RGB value is (151,23,83). Sum of RGB (Red+Green+Blue) = 151+23+83=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #971753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971753 is #68E8AC. Grayscale: #444444. Windows color (decimal): -6875309 or 5445527. OLE color: 5445527.
HSL color Cylindrical-coordinate representation of color #971753: hue angle of 331.88º degrees, saturation: 0.74, 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 #971753 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 83 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.41 |
| HSL | 331.88º | 0.74% | 0.34% | - |
| HSV(B) | 331.88º | 0.85% | 0.59% | - |
| XYZ | 14.63 | 7.82 | 8.92 | - |
| YUV | 68.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 83 | 0 | 0.85 | 0.45 | 0.41 | 331.88 | 0.74 | 0.34 |
| Hex | 97 | 17 | 53 | 0 | 55 | 2D | 29 | 14C | 4A | 22 |
| Octal | 227 | 27 | 123 | 0 | 125 | 55 | 51 | 514 | 112 | 42 |
| Binary | 10010111 | 10111 | 1010011 | 0 | 1010101 | 101101 | 101001 | 101001100 | 1001010 | 100010 |
Color Harmonies of #971753
Complementary color
Monochromatic Colors of #971753
Black with #971753
Text Example
Text Example
White with #971753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971753; }
p { color: rgb(151,23,83); }
H1.HeaderClassName
{
color: #971753;
}
.AnyTagClassName
{
color: #971753;
}
</style>
background-color css
<style>
a { background-color: #971753; }
a { background-color: rgb(151,23,83); }
div.DivClassName
{
background-color: #971753;
}
.BgClassName
{
background-color: #971753;
}
</style>
border-color css
<style>
span { border-color: #971753; }
span { border-color: rgb(151,23,83); }
td.TdClassName
{
border-color: #971753;
}
.TagClassName
{
border-color: #971753;
}
</style>