Shades of Jazzberry Jam #990B44
Tints of Jazzberry Jam #990B44
RGB
CMYK
RGB Variations
Color information
#990B44 (or 0x990B44) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 44. RGB value is (153,11,68). Sum of RGB (Red+Green+Blue) = 153+11+68=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #990B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B44 is #66F4BB. Grayscale: #3B3B3B. Windows color (decimal): -6747324 or 4459417. OLE color: 4459417.
HSL color Cylindrical-coordinate representation of color #990B44: hue angle of 335.92º 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 #990B44 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 68 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.4 |
| HSL | 335.92º | 0.87% | 0.32% | - |
| HSV(B) | 335.92º | 0.93% | 0.6% | - |
| XYZ | 14.3 | 7.43 | 6.15 | - |
| YUV | 59.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 68 | 0 | 0.93 | 0.56 | 0.4 | 335.92 | 0.87 | 0.32 |
| Hex | 99 | B | 44 | 0 | 5D | 38 | 28 | 150 | 57 | 20 |
| Octal | 231 | 13 | 104 | 0 | 135 | 70 | 50 | 520 | 127 | 40 |
| Binary | 10011001 | 1011 | 1000100 | 0 | 1011101 | 111000 | 101000 | 101010000 | 1010111 | 100000 |
Color Harmonies of #990B44
Complementary color
Monochromatic Colors of #990B44
Black with #990B44
Text Example
Text Example
White with #990B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B44; }
p { color: rgb(153,11,68); }
H1.HeaderClassName
{
color: #990B44;
}
.AnyTagClassName
{
color: #990B44;
}
</style>
background-color css
<style>
a { background-color: #990B44; }
a { background-color: rgb(153,11,68); }
div.DivClassName
{
background-color: #990B44;
}
.BgClassName
{
background-color: #990B44;
}
</style>
border-color css
<style>
span { border-color: #990B44; }
span { border-color: rgb(153,11,68); }
td.TdClassName
{
border-color: #990B44;
}
.TagClassName
{
border-color: #990B44;
}
</style>