Shades of Jazzberry Jam #960440
Tints of Jazzberry Jam #960440
RGB
CMYK
RGB Variations
Color information
#960440 (or 0x960440) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 40. RGB value is (150,4,64). Sum of RGB (Red+Green+Blue) = 150+4+64=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #960440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960440 is #69FBBF. Grayscale: #363636. Windows color (decimal): -6945728 or 4195478. OLE color: 4195478.
HSL color Cylindrical-coordinate representation of color #960440: hue angle of 335.34º degrees, saturation: 0.95, 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 #960440 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 64 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.41 |
| HSL | 335.34º | 0.95% | 0.3% | - |
| HSV(B) | 335.34º | 0.97% | 0.59% | - |
| XYZ | 13.55 | 6.94 | 5.48 | - |
| YUV | 54.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 64 | 0 | 0.97 | 0.57 | 0.41 | 335.34 | 0.95 | 0.3 |
| Hex | 96 | 4 | 40 | 0 | 61 | 39 | 29 | 14F | 5F | 1E |
| Octal | 226 | 4 | 100 | 0 | 141 | 71 | 51 | 517 | 137 | 36 |
| Binary | 10010110 | 100 | 1000000 | 0 | 1100001 | 111001 | 101001 | 101001111 | 1011111 | 11110 |
Color Harmonies of #960440
Complementary color
Monochromatic Colors of #960440
Black with #960440
Text Example
Text Example
White with #960440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960440; }
p { color: rgb(150,4,64); }
H1.HeaderClassName
{
color: #960440;
}
.AnyTagClassName
{
color: #960440;
}
</style>
background-color css
<style>
a { background-color: #960440; }
a { background-color: rgb(150,4,64); }
div.DivClassName
{
background-color: #960440;
}
.BgClassName
{
background-color: #960440;
}
</style>
border-color css
<style>
span { border-color: #960440; }
span { border-color: rgb(150,4,64); }
td.TdClassName
{
border-color: #960440;
}
.TagClassName
{
border-color: #960440;
}
</style>