Shades of Jazzberry Jam #970540
Tints of Jazzberry Jam #970540
RGB
CMYK
RGB Variations
Color information
#970540 (or 0x970540) is known color: Jazzberry Jam. HEX triplet: 97, 05 and 40. RGB value is (151,5,64). Sum of RGB (Red+Green+Blue) = 151+5+64=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970540 is #68FABF. Grayscale: #373737. Windows color (decimal): -6879936 or 4195735. OLE color: 4195735.
HSL color Cylindrical-coordinate representation of color #970540: hue angle of 335.75º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970540 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.41 |
| HSL | 335.75º | 0.94% | 0.31% | - |
| HSV(B) | 335.75º | 0.97% | 0.59% | - |
| XYZ | 13.74 | 7.06 | 5.49 | - |
| YUV | 55.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 64 | 0 | 0.97 | 0.58 | 0.41 | 335.75 | 0.94 | 0.31 |
| Hex | 97 | 5 | 40 | 0 | 61 | 3A | 29 | 150 | 5E | 1F |
| Octal | 227 | 5 | 100 | 0 | 141 | 72 | 51 | 520 | 136 | 37 |
| Binary | 10010111 | 101 | 1000000 | 0 | 1100001 | 111010 | 101001 | 101010000 | 1011110 | 11111 |
Color Harmonies of #970540
Complementary color
Monochromatic Colors of #970540
Black with #970540
Text Example
Text Example
White with #970540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970540; }
p { color: rgb(151,5,64); }
H1.HeaderClassName
{
color: #970540;
}
.AnyTagClassName
{
color: #970540;
}
</style>
background-color css
<style>
a { background-color: #970540; }
a { background-color: rgb(151,5,64); }
div.DivClassName
{
background-color: #970540;
}
.BgClassName
{
background-color: #970540;
}
</style>
border-color css
<style>
span { border-color: #970540; }
span { border-color: rgb(151,5,64); }
td.TdClassName
{
border-color: #970540;
}
.TagClassName
{
border-color: #970540;
}
</style>