Shades of Jazzberry Jam #990853
Tints of Jazzberry Jam #990853
RGB
CMYK
RGB Variations
Color information
#990853 (or 0x990853) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 53. RGB value is (153,8,83). Sum of RGB (Red+Green+Blue) = 153+8+83=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #990853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990853 is #66F7AC. Grayscale: #3B3B3B. Windows color (decimal): -6748077 or 5441689. OLE color: 5441689.
HSL color Cylindrical-coordinate representation of color #990853: hue angle of 328.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990853 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 83 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.4 |
| HSL | 328.97º | 0.9% | 0.32% | - |
| HSV(B) | 328.97º | 0.95% | 0.6% | - |
| XYZ | 14.79 | 7.57 | 8.87 | - |
| YUV | 59.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 83 | 0 | 0.95 | 0.46 | 0.4 | 328.97 | 0.9 | 0.32 |
| Hex | 99 | 8 | 53 | 0 | 5F | 2E | 28 | 149 | 5A | 20 |
| Octal | 231 | 10 | 123 | 0 | 137 | 56 | 50 | 511 | 132 | 40 |
| Binary | 10011001 | 1000 | 1010011 | 0 | 1011111 | 101110 | 101000 | 101001001 | 1011010 | 100000 |
Color Harmonies of #990853
Complementary color
Monochromatic Colors of #990853
Black with #990853
Text Example
Text Example
White with #990853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990853; }
p { color: rgb(153,8,83); }
H1.HeaderClassName
{
color: #990853;
}
.AnyTagClassName
{
color: #990853;
}
</style>
background-color css
<style>
a { background-color: #990853; }
a { background-color: rgb(153,8,83); }
div.DivClassName
{
background-color: #990853;
}
.BgClassName
{
background-color: #990853;
}
</style>
border-color css
<style>
span { border-color: #990853; }
span { border-color: rgb(153,8,83); }
td.TdClassName
{
border-color: #990853;
}
.TagClassName
{
border-color: #990853;
}
</style>