Shades of Jazzberry Jam #96063E
Tints of Jazzberry Jam #96063E
RGB
CMYK
RGB Variations
Color information
#96063E (or 0x96063E) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 3E. RGB value is (150,6,62). Sum of RGB (Red+Green+Blue) = 150+6+62=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96063E is #69F9C1. Grayscale: #373737. Windows color (decimal): -6945218 or 4064918. OLE color: 4064918.
HSL color Cylindrical-coordinate representation of color #96063E: hue angle of 336.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96063E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.41 |
| HSL | 336.67º | 0.92% | 0.31% | - |
| HSV(B) | 336.67º | 0.96% | 0.59% | - |
| XYZ | 13.51 | 6.96 | 5.19 | - |
| YUV | 55.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 62 | 0 | 0.96 | 0.59 | 0.41 | 336.67 | 0.92 | 0.31 |
| Hex | 96 | 6 | 3E | 0 | 60 | 3B | 29 | 151 | 5C | 1F |
| Octal | 226 | 6 | 76 | 0 | 140 | 73 | 51 | 521 | 134 | 37 |
| Binary | 10010110 | 110 | 111110 | 0 | 1100000 | 111011 | 101001 | 101010001 | 1011100 | 11111 |
Color Harmonies of #96063E
Complementary color
Monochromatic Colors of #96063E
Black with #96063E
Text Example
Text Example
White with #96063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96063E; }
p { color: rgb(150,6,62); }
H1.HeaderClassName
{
color: #96063E;
}
.AnyTagClassName
{
color: #96063E;
}
</style>
background-color css
<style>
a { background-color: #96063E; }
a { background-color: rgb(150,6,62); }
div.DivClassName
{
background-color: #96063E;
}
.BgClassName
{
background-color: #96063E;
}
</style>
border-color css
<style>
span { border-color: #96063E; }
span { border-color: rgb(150,6,62); }
td.TdClassName
{
border-color: #96063E;
}
.TagClassName
{
border-color: #96063E;
}
</style>