Shades of Jazzberry Jam #990C5B
Tints of Jazzberry Jam #990C5B
RGB
CMYK
RGB Variations
Color information
#990C5B (or 0x990C5B) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 5B. RGB value is (153,12,91). Sum of RGB (Red+Green+Blue) = 153+12+91=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C5B is #66F3A4. Grayscale: #3E3E3E. Windows color (decimal): -6747045 or 5967001. OLE color: 5967001.
HSL color Cylindrical-coordinate representation of color #990C5B: hue angle of 326.38º 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 #990C5B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 91 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.4 |
| HSL | 326.38º | 0.85% | 0.32% | - |
| HSV(B) | 326.38º | 0.92% | 0.6% | - |
| XYZ | 15.16 | 7.79 | 10.6 | - |
| YUV | 63.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 91 | 0 | 0.92 | 0.41 | 0.4 | 326.38 | 0.85 | 0.32 |
| Hex | 99 | C | 5B | 0 | 5C | 29 | 28 | 146 | 55 | 20 |
| Octal | 231 | 14 | 133 | 0 | 134 | 51 | 50 | 506 | 125 | 40 |
| Binary | 10011001 | 1100 | 1011011 | 0 | 1011100 | 101001 | 101000 | 101000110 | 1010101 | 100000 |
Color Harmonies of #990C5B
Complementary color
Monochromatic Colors of #990C5B
Black with #990C5B
Text Example
Text Example
White with #990C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C5B; }
p { color: rgb(153,12,91); }
H1.HeaderClassName
{
color: #990C5B;
}
.AnyTagClassName
{
color: #990C5B;
}
</style>
background-color css
<style>
a { background-color: #990C5B; }
a { background-color: rgb(153,12,91); }
div.DivClassName
{
background-color: #990C5B;
}
.BgClassName
{
background-color: #990C5B;
}
</style>
border-color css
<style>
span { border-color: #990C5B; }
span { border-color: rgb(153,12,91); }
td.TdClassName
{
border-color: #990C5B;
}
.TagClassName
{
border-color: #990C5B;
}
</style>