Shades of Jazzberry Jam #970045
Tints of Jazzberry Jam #970045
RGB
CMYK
RGB Variations
Color information
#970045 (or 0x970045) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 45. RGB value is (151,0,69). Sum of RGB (Red+Green+Blue) = 151+0+69=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970045 is #68FFBA. Grayscale: #343434. Windows color (decimal): -6881211 or 4522135. OLE color: 4522135.
HSL color Cylindrical-coordinate representation of color #970045: hue angle of 332.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970045 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.54 | 0.41 |
| HSL | 332.58º | 1% | 0.3% | - |
| HSV(B) | 332.58º | 1% | 0.59% | - |
| XYZ | 13.84 | 7.01 | 6.25 | - |
| YUV | 53.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 69 | 0 | 1 | 0.54 | 0.41 | 332.58 | 1 | 0.3 |
| Hex | 97 | 0 | 45 | 0 | 64 | 36 | 29 | 14D | 64 | 1E |
| Octal | 227 | 0 | 105 | 0 | 144 | 66 | 51 | 515 | 144 | 36 |
| Binary | 10010111 | 0 | 1000101 | 0 | 1100100 | 110110 | 101001 | 101001101 | 1100100 | 11110 |
Color Harmonies of #970045
Complementary color
Monochromatic Colors of #970045
Black with #970045
Text Example
Text Example
White with #970045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970045; }
p { color: rgb(151,0,69); }
H1.HeaderClassName
{
color: #970045;
}
.AnyTagClassName
{
color: #970045;
}
</style>
background-color css
<style>
a { background-color: #970045; }
a { background-color: rgb(151,0,69); }
div.DivClassName
{
background-color: #970045;
}
.BgClassName
{
background-color: #970045;
}
</style>
border-color css
<style>
span { border-color: #970045; }
span { border-color: rgb(151,0,69); }
td.TdClassName
{
border-color: #970045;
}
.TagClassName
{
border-color: #970045;
}
</style>