Shades of Jazzberry Jam #990840
Tints of Jazzberry Jam #990840
RGB
CMYK
RGB Variations
Color information
#990840 (or 0x990840) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 40. RGB value is (153,8,64). Sum of RGB (Red+Green+Blue) = 153+8+64=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990840 is #66F7BF. Grayscale: #393939. Windows color (decimal): -6748096 or 4196505. OLE color: 4196505.
HSL color Cylindrical-coordinate representation of color #990840: hue angle of 336.83º 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 #990840 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 64 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.4 |
| HSL | 336.83º | 0.9% | 0.32% | - |
| HSV(B) | 336.83º | 0.95% | 0.6% | - |
| XYZ | 14.15 | 7.32 | 5.52 | - |
| YUV | 57.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 64 | 0 | 0.95 | 0.58 | 0.4 | 336.83 | 0.9 | 0.32 |
| Hex | 99 | 8 | 40 | 0 | 5F | 3A | 28 | 151 | 5A | 20 |
| Octal | 231 | 10 | 100 | 0 | 137 | 72 | 50 | 521 | 132 | 40 |
| Binary | 10011001 | 1000 | 1000000 | 0 | 1011111 | 111010 | 101000 | 101010001 | 1011010 | 100000 |
Color Harmonies of #990840
Complementary color
Monochromatic Colors of #990840
Black with #990840
Text Example
Text Example
White with #990840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990840; }
p { color: rgb(153,8,64); }
H1.HeaderClassName
{
color: #990840;
}
.AnyTagClassName
{
color: #990840;
}
</style>
background-color css
<style>
a { background-color: #990840; }
a { background-color: rgb(153,8,64); }
div.DivClassName
{
background-color: #990840;
}
.BgClassName
{
background-color: #990840;
}
</style>
border-color css
<style>
span { border-color: #990840; }
span { border-color: rgb(153,8,64); }
td.TdClassName
{
border-color: #990840;
}
.TagClassName
{
border-color: #990840;
}
</style>