Shades of Jazzberry Jam #990C4D
Tints of Jazzberry Jam #990C4D
RGB
CMYK
RGB Variations
Color information
#990C4D (or 0x990C4D) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 4D. RGB value is (153,12,77). Sum of RGB (Red+Green+Blue) = 153+12+77=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C4D is #66F3B2. Grayscale: #3D3D3D. Windows color (decimal): -6747059 or 5049497. OLE color: 5049497.
HSL color Cylindrical-coordinate representation of color #990C4D: hue angle of 332.34º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C4D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 77 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.4 |
| HSL | 332.34º | 0.85% | 0.32% | - |
| HSV(B) | 332.34º | 0.92% | 0.6% | - |
| XYZ | 14.61 | 7.57 | 7.71 | - |
| YUV | 61.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 77 | 0 | 0.92 | 0.50 | 0.4 | 332.34 | 0.85 | 0.32 |
| Hex | 99 | C | 4D | 0 | 5C | 32 | 28 | 14C | 55 | 20 |
| Octal | 231 | 14 | 115 | 0 | 134 | 62 | 50 | 514 | 125 | 40 |
| Binary | 10011001 | 1100 | 1001101 | 0 | 1011100 | 110010 | 101000 | 101001100 | 1010101 | 100000 |
Color Harmonies of #990C4D
Complementary color
Monochromatic Colors of #990C4D
Black with #990C4D
Text Example
Text Example
White with #990C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C4D; }
p { color: rgb(153,12,77); }
H1.HeaderClassName
{
color: #990C4D;
}
.AnyTagClassName
{
color: #990C4D;
}
</style>
background-color css
<style>
a { background-color: #990C4D; }
a { background-color: rgb(153,12,77); }
div.DivClassName
{
background-color: #990C4D;
}
.BgClassName
{
background-color: #990C4D;
}
</style>
border-color css
<style>
span { border-color: #990C4D; }
span { border-color: rgb(153,12,77); }
td.TdClassName
{
border-color: #990C4D;
}
.TagClassName
{
border-color: #990C4D;
}
</style>