Shades of Jazzberry Jam #990B52
Tints of Jazzberry Jam #990B52
RGB
CMYK
RGB Variations
Color information
#990B52 (or 0x990B52) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 52. RGB value is (153,11,82). Sum of RGB (Red+Green+Blue) = 153+11+82=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B52 is #66F4AD. Grayscale: #3D3D3D. Windows color (decimal): -6747310 or 5376921. OLE color: 5376921.
HSL color Cylindrical-coordinate representation of color #990B52: hue angle of 330º 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 #990B52 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 82 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.4 |
| HSL | 330º | 0.87% | 0.32% | - |
| HSV(B) | 330º | 0.93% | 0.6% | - |
| XYZ | 14.78 | 7.62 | 8.67 | - |
| YUV | 61.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 82 | 0 | 0.93 | 0.46 | 0.4 | 330 | 0.87 | 0.32 |
| Hex | 99 | B | 52 | 0 | 5D | 2E | 28 | 14A | 57 | 20 |
| Octal | 231 | 13 | 122 | 0 | 135 | 56 | 50 | 512 | 127 | 40 |
| Binary | 10011001 | 1011 | 1010010 | 0 | 1011101 | 101110 | 101000 | 101001010 | 1010111 | 100000 |
Color Harmonies of #990B52
Complementary color
Monochromatic Colors of #990B52
Black with #990B52
Text Example
Text Example
White with #990B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B52; }
p { color: rgb(153,11,82); }
H1.HeaderClassName
{
color: #990B52;
}
.AnyTagClassName
{
color: #990B52;
}
</style>
background-color css
<style>
a { background-color: #990B52; }
a { background-color: rgb(153,11,82); }
div.DivClassName
{
background-color: #990B52;
}
.BgClassName
{
background-color: #990B52;
}
</style>
border-color css
<style>
span { border-color: #990B52; }
span { border-color: rgb(153,11,82); }
td.TdClassName
{
border-color: #990B52;
}
.TagClassName
{
border-color: #990B52;
}
</style>