Shades of Jazzberry Jam #96053E
Tints of Jazzberry Jam #96053E
RGB
CMYK
RGB Variations
Color information
#96053E (or 0x96053E) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 3E. RGB value is (150,5,62). Sum of RGB (Red+Green+Blue) = 150+5+62=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96053E is #69FAC1. Grayscale: #363636. Windows color (decimal): -6945474 or 4064662. OLE color: 4064662.
HSL color Cylindrical-coordinate representation of color #96053E: hue angle of 336.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96053E is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.41 |
| HSL | 336.41º | 0.94% | 0.3% | - |
| HSV(B) | 336.41º | 0.97% | 0.59% | - |
| XYZ | 13.5 | 6.94 | 5.19 | - |
| YUV | 54.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 62 | 0 | 0.97 | 0.59 | 0.41 | 336.41 | 0.94 | 0.3 |
| Hex | 96 | 5 | 3E | 0 | 61 | 3B | 29 | 150 | 5E | 1E |
| Octal | 226 | 5 | 76 | 0 | 141 | 73 | 51 | 520 | 136 | 36 |
| Binary | 10010110 | 101 | 111110 | 0 | 1100001 | 111011 | 101001 | 101010000 | 1011110 | 11110 |
Color Harmonies of #96053E
Complementary color
Monochromatic Colors of #96053E
Black with #96053E
Text Example
Text Example
White with #96053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96053E; }
p { color: rgb(150,5,62); }
H1.HeaderClassName
{
color: #96053E;
}
.AnyTagClassName
{
color: #96053E;
}
</style>
background-color css
<style>
a { background-color: #96053E; }
a { background-color: rgb(150,5,62); }
div.DivClassName
{
background-color: #96053E;
}
.BgClassName
{
background-color: #96053E;
}
</style>
border-color css
<style>
span { border-color: #96053E; }
span { border-color: rgb(150,5,62); }
td.TdClassName
{
border-color: #96053E;
}
.TagClassName
{
border-color: #96053E;
}
</style>