Shades of Jazzberry Jam #97013E
Tints of Jazzberry Jam #97013E
RGB
CMYK
RGB Variations
Color information
#97013E (or 0x97013E) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 3E. RGB value is (151,1,62). Sum of RGB (Red+Green+Blue) = 151+1+62=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97013E is #68FEC1. Grayscale: #343434. Windows color (decimal): -6880962 or 4063639. OLE color: 4063639.
HSL color Cylindrical-coordinate representation of color #97013E: hue angle of 335.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97013E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.41 |
| HSL | 335.6º | 0.99% | 0.3% | - |
| HSV(B) | 335.6º | 0.99% | 0.59% | - |
| XYZ | 13.64 | 6.95 | 5.18 | - |
| YUV | 52.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 62 | 0 | 0.99 | 0.59 | 0.41 | 335.6 | 0.99 | 0.3 |
| Hex | 97 | 1 | 3E | 0 | 63 | 3B | 29 | 150 | 63 | 1E |
| Octal | 227 | 1 | 76 | 0 | 143 | 73 | 51 | 520 | 143 | 36 |
| Binary | 10010111 | 1 | 111110 | 0 | 1100011 | 111011 | 101001 | 101010000 | 1100011 | 11110 |
Color Harmonies of #97013E
Complementary color
Monochromatic Colors of #97013E
Black with #97013E
Text Example
Text Example
White with #97013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97013E; }
p { color: rgb(151,1,62); }
H1.HeaderClassName
{
color: #97013E;
}
.AnyTagClassName
{
color: #97013E;
}
</style>
background-color css
<style>
a { background-color: #97013E; }
a { background-color: rgb(151,1,62); }
div.DivClassName
{
background-color: #97013E;
}
.BgClassName
{
background-color: #97013E;
}
</style>
border-color css
<style>
span { border-color: #97013E; }
span { border-color: rgb(151,1,62); }
td.TdClassName
{
border-color: #97013E;
}
.TagClassName
{
border-color: #97013E;
}
</style>