Shades of Jazzberry Jam #961453
Tints of Jazzberry Jam #961453
RGB
CMYK
RGB Variations
Color information
#961453 (or 0x961453) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 53. RGB value is (150,20,83). Sum of RGB (Red+Green+Blue) = 150+20+83=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #961453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961453 is #69EBAC. Grayscale: #414141. Windows color (decimal): -6941613 or 5444758. OLE color: 5444758.
HSL color Cylindrical-coordinate representation of color #961453: hue angle of 330.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961453 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 83 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.41 |
| HSL | 330.92º | 0.76% | 0.33% | - |
| HSV(B) | 330.92º | 0.87% | 0.59% | - |
| XYZ | 14.39 | 7.61 | 8.89 | - |
| YUV | 66.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 83 | 0 | 0.87 | 0.45 | 0.41 | 330.92 | 0.76 | 0.33 |
| Hex | 96 | 14 | 53 | 0 | 57 | 2D | 29 | 14B | 4C | 21 |
| Octal | 226 | 24 | 123 | 0 | 127 | 55 | 51 | 513 | 114 | 41 |
| Binary | 10010110 | 10100 | 1010011 | 0 | 1010111 | 101101 | 101001 | 101001011 | 1001100 | 100001 |
Color Harmonies of #961453
Complementary color
Monochromatic Colors of #961453
Black with #961453
Text Example
Text Example
White with #961453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961453; }
p { color: rgb(150,20,83); }
H1.HeaderClassName
{
color: #961453;
}
.AnyTagClassName
{
color: #961453;
}
</style>
background-color css
<style>
a { background-color: #961453; }
a { background-color: rgb(150,20,83); }
div.DivClassName
{
background-color: #961453;
}
.BgClassName
{
background-color: #961453;
}
</style>
border-color css
<style>
span { border-color: #961453; }
span { border-color: rgb(150,20,83); }
td.TdClassName
{
border-color: #961453;
}
.TagClassName
{
border-color: #961453;
}
</style>