Shades of Jazzberry Jam #990B49
Tints of Jazzberry Jam #990B49
RGB
CMYK
RGB Variations
Color information
#990B49 (or 0x990B49) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 49. RGB value is (153,11,73). Sum of RGB (Red+Green+Blue) = 153+11+73=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B49 is #66F4B6. Grayscale: #3C3C3C. Windows color (decimal): -6747319 or 4787097. OLE color: 4787097.
HSL color Cylindrical-coordinate representation of color #990B49: hue angle of 333.8º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B49 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 73 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.4 |
| HSL | 333.8º | 0.87% | 0.32% | - |
| HSV(B) | 333.8º | 0.93% | 0.6% | - |
| XYZ | 14.46 | 7.49 | 6.99 | - |
| YUV | 60.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 73 | 0 | 0.93 | 0.52 | 0.4 | 333.8 | 0.87 | 0.32 |
| Hex | 99 | B | 49 | 0 | 5D | 34 | 28 | 14E | 57 | 20 |
| Octal | 231 | 13 | 111 | 0 | 135 | 64 | 50 | 516 | 127 | 40 |
| Binary | 10011001 | 1011 | 1001001 | 0 | 1011101 | 110100 | 101000 | 101001110 | 1010111 | 100000 |
Color Harmonies of #990B49
Complementary color
Monochromatic Colors of #990B49
Black with #990B49
Text Example
Text Example
White with #990B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B49; }
p { color: rgb(153,11,73); }
H1.HeaderClassName
{
color: #990B49;
}
.AnyTagClassName
{
color: #990B49;
}
</style>
background-color css
<style>
a { background-color: #990B49; }
a { background-color: rgb(153,11,73); }
div.DivClassName
{
background-color: #990B49;
}
.BgClassName
{
background-color: #990B49;
}
</style>
border-color css
<style>
span { border-color: #990B49; }
span { border-color: rgb(153,11,73); }
td.TdClassName
{
border-color: #990B49;
}
.TagClassName
{
border-color: #990B49;
}
</style>