Shades of Jazzberry Jam #961253
Tints of Jazzberry Jam #961253
RGB
CMYK
RGB Variations
Color information
#961253 (or 0x961253) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 53. RGB value is (150,18,83). Sum of RGB (Red+Green+Blue) = 150+18+83=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #961253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961253 is #69EDAC. Grayscale: #404040. Windows color (decimal): -6942125 or 5444246. OLE color: 5444246.
HSL color Cylindrical-coordinate representation of color #961253: hue angle of 330.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961253 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 83 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.41 |
| HSL | 330.45º | 0.79% | 0.33% | - |
| HSV(B) | 330.45º | 0.88% | 0.59% | - |
| XYZ | 14.36 | 7.54 | 8.88 | - |
| YUV | 64.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 83 | 0 | 0.88 | 0.45 | 0.41 | 330.45 | 0.79 | 0.33 |
| Hex | 96 | 12 | 53 | 0 | 58 | 2D | 29 | 14A | 4F | 21 |
| Octal | 226 | 22 | 123 | 0 | 130 | 55 | 51 | 512 | 117 | 41 |
| Binary | 10010110 | 10010 | 1010011 | 0 | 1011000 | 101101 | 101001 | 101001010 | 1001111 | 100001 |
Color Harmonies of #961253
Complementary color
Monochromatic Colors of #961253
Black with #961253
Text Example
Text Example
White with #961253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961253; }
p { color: rgb(150,18,83); }
H1.HeaderClassName
{
color: #961253;
}
.AnyTagClassName
{
color: #961253;
}
</style>
background-color css
<style>
a { background-color: #961253; }
a { background-color: rgb(150,18,83); }
div.DivClassName
{
background-color: #961253;
}
.BgClassName
{
background-color: #961253;
}
</style>
border-color css
<style>
span { border-color: #961253; }
span { border-color: rgb(150,18,83); }
td.TdClassName
{
border-color: #961253;
}
.TagClassName
{
border-color: #961253;
}
</style>