Shades of Jazzberry Jam #990D5E
Tints of Jazzberry Jam #990D5E
RGB
CMYK
RGB Variations
Color information
#990D5E (or 0x990D5E) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 5E. RGB value is (153,13,94). Sum of RGB (Red+Green+Blue) = 153+13+94=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #990D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D5E is #66F2A1. Grayscale: #3F3F3F. Windows color (decimal): -6746786 or 6163865. OLE color: 6163865.
HSL color Cylindrical-coordinate representation of color #990D5E: hue angle of 325.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D5E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 94 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.4 |
| HSL | 325.29º | 0.84% | 0.33% | - |
| HSV(B) | 325.29º | 0.92% | 0.6% | - |
| XYZ | 15.3 | 7.87 | 11.3 | - |
| YUV | 64.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 94 | 0 | 0.92 | 0.39 | 0.4 | 325.29 | 0.84 | 0.33 |
| Hex | 99 | D | 5E | 0 | 5C | 27 | 28 | 145 | 54 | 21 |
| Octal | 231 | 15 | 136 | 0 | 134 | 47 | 50 | 505 | 124 | 41 |
| Binary | 10011001 | 1101 | 1011110 | 0 | 1011100 | 100111 | 101000 | 101000101 | 1010100 | 100001 |
Color Harmonies of #990D5E
Complementary color
Monochromatic Colors of #990D5E
Black with #990D5E
Text Example
Text Example
White with #990D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D5E; }
p { color: rgb(153,13,94); }
H1.HeaderClassName
{
color: #990D5E;
}
.AnyTagClassName
{
color: #990D5E;
}
</style>
background-color css
<style>
a { background-color: #990D5E; }
a { background-color: rgb(153,13,94); }
div.DivClassName
{
background-color: #990D5E;
}
.BgClassName
{
background-color: #990D5E;
}
</style>
border-color css
<style>
span { border-color: #990D5E; }
span { border-color: rgb(153,13,94); }
td.TdClassName
{
border-color: #990D5E;
}
.TagClassName
{
border-color: #990D5E;
}
</style>