Shades of Jazzberry Jam #970C53
Tints of Jazzberry Jam #970C53
RGB
CMYK
RGB Variations
Color information
#970C53 (or 0x970C53) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 53. RGB value is (151,12,83). Sum of RGB (Red+Green+Blue) = 151+12+83=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #970C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C53 is #68F3AC. Grayscale: #3D3D3D. Windows color (decimal): -6878125 or 5442711. OLE color: 5442711.
HSL color Cylindrical-coordinate representation of color #970C53: hue angle of 329.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C53 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 83 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.41 |
| HSL | 329.35º | 0.85% | 0.32% | - |
| HSV(B) | 329.35º | 0.92% | 0.59% | - |
| XYZ | 14.46 | 7.47 | 8.86 | - |
| YUV | 61.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 83 | 0 | 0.92 | 0.45 | 0.41 | 329.35 | 0.85 | 0.32 |
| Hex | 97 | C | 53 | 0 | 5C | 2D | 29 | 149 | 55 | 20 |
| Octal | 227 | 14 | 123 | 0 | 134 | 55 | 51 | 511 | 125 | 40 |
| Binary | 10010111 | 1100 | 1010011 | 0 | 1011100 | 101101 | 101001 | 101001001 | 1010101 | 100000 |
Color Harmonies of #970C53
Complementary color
Monochromatic Colors of #970C53
Black with #970C53
Text Example
Text Example
White with #970C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C53; }
p { color: rgb(151,12,83); }
H1.HeaderClassName
{
color: #970C53;
}
.AnyTagClassName
{
color: #970C53;
}
</style>
background-color css
<style>
a { background-color: #970C53; }
a { background-color: rgb(151,12,83); }
div.DivClassName
{
background-color: #970C53;
}
.BgClassName
{
background-color: #970C53;
}
</style>
border-color css
<style>
span { border-color: #970C53; }
span { border-color: rgb(151,12,83); }
td.TdClassName
{
border-color: #970C53;
}
.TagClassName
{
border-color: #970C53;
}
</style>