Shades of Jazzberry Jam #960D4B
Tints of Jazzberry Jam #960D4B
RGB
CMYK
RGB Variations
Color information
#960D4B (or 0x960D4B) is known color: Jazzberry Jam. HEX triplet: 96, 0D and 4B. RGB value is (150,13,75). Sum of RGB (Red+Green+Blue) = 150+13+75=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #960D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D4B is #69F2B4. Grayscale: #3C3C3C. Windows color (decimal): -6943413 or 4918678. OLE color: 4918678.
HSL color Cylindrical-coordinate representation of color #960D4B: hue angle of 332.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D4B is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 75 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.41 |
| HSL | 332.85º | 0.84% | 0.32% | - |
| HSV(B) | 332.85º | 0.91% | 0.59% | - |
| XYZ | 13.99 | 7.28 | 7.32 | - |
| YUV | 61.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 75 | 0 | 0.91 | 0.5 | 0.41 | 332.85 | 0.84 | 0.32 |
| Hex | 96 | D | 4B | 0 | 5B | 32 | 29 | 14D | 54 | 20 |
| Octal | 226 | 15 | 113 | 0 | 133 | 62 | 51 | 515 | 124 | 40 |
| Binary | 10010110 | 1101 | 1001011 | 0 | 1011011 | 110010 | 101001 | 101001101 | 1010100 | 100000 |
Color Harmonies of #960D4B
Complementary color
Monochromatic Colors of #960D4B
Black with #960D4B
Text Example
Text Example
White with #960D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D4B; }
p { color: rgb(150,13,75); }
H1.HeaderClassName
{
color: #960D4B;
}
.AnyTagClassName
{
color: #960D4B;
}
</style>
background-color css
<style>
a { background-color: #960D4B; }
a { background-color: rgb(150,13,75); }
div.DivClassName
{
background-color: #960D4B;
}
.BgClassName
{
background-color: #960D4B;
}
</style>
border-color css
<style>
span { border-color: #960D4B; }
span { border-color: rgb(150,13,75); }
td.TdClassName
{
border-color: #960D4B;
}
.TagClassName
{
border-color: #960D4B;
}
</style>