Shades of Jazzberry Jam #97013D
Tints of Jazzberry Jam #97013D
RGB
CMYK
RGB Variations
Color information
#97013D (or 0x97013D) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 3D. RGB value is (151,1,61). Sum of RGB (Red+Green+Blue) = 151+1+61=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #97013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97013D is #68FEC2. Grayscale: #343434. Windows color (decimal): -6880963 or 3998103. OLE color: 3998103.
HSL color Cylindrical-coordinate representation of color #97013D: hue angle of 336º 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 #97013D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.41 |
| HSL | 336º | 0.99% | 0.3% | - |
| HSV(B) | 336º | 0.99% | 0.59% | - |
| XYZ | 13.62 | 6.94 | 5.04 | - |
| YUV | 52.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 61 | 0 | 0.99 | 0.60 | 0.41 | 336 | 0.99 | 0.3 |
| Hex | 97 | 1 | 3D | 0 | 63 | 3C | 29 | 150 | 63 | 1E |
| Octal | 227 | 1 | 75 | 0 | 143 | 74 | 51 | 520 | 143 | 36 |
| Binary | 10010111 | 1 | 111101 | 0 | 1100011 | 111100 | 101001 | 101010000 | 1100011 | 11110 |
Color Harmonies of #97013D
Complementary color
Monochromatic Colors of #97013D
Black with #97013D
Text Example
Text Example
White with #97013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97013D; }
p { color: rgb(151,1,61); }
H1.HeaderClassName
{
color: #97013D;
}
.AnyTagClassName
{
color: #97013D;
}
</style>
background-color css
<style>
a { background-color: #97013D; }
a { background-color: rgb(151,1,61); }
div.DivClassName
{
background-color: #97013D;
}
.BgClassName
{
background-color: #97013D;
}
</style>
border-color css
<style>
span { border-color: #97013D; }
span { border-color: rgb(151,1,61); }
td.TdClassName
{
border-color: #97013D;
}
.TagClassName
{
border-color: #97013D;
}
</style>