Shades of Jazzberry Jam #990F4F
Tints of Jazzberry Jam #990F4F
RGB
CMYK
RGB Variations
Color information
#990F4F (or 0x990F4F) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 4F. RGB value is (153,15,79). Sum of RGB (Red+Green+Blue) = 153+15+79=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #990F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F4F is #66F0B0. Grayscale: #3F3F3F. Windows color (decimal): -6746289 or 5181337. OLE color: 5181337.
HSL color Cylindrical-coordinate representation of color #990F4F: hue angle of 332.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F4F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 79 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.4 |
| HSL | 332.17º | 0.82% | 0.33% | - |
| HSV(B) | 332.17º | 0.9% | 0.6% | - |
| XYZ | 14.72 | 7.68 | 8.1 | - |
| YUV | 63.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 79 | 0 | 0.90 | 0.48 | 0.4 | 332.17 | 0.82 | 0.33 |
| Hex | 99 | F | 4F | 0 | 5A | 30 | 28 | 14C | 52 | 21 |
| Octal | 231 | 17 | 117 | 0 | 132 | 60 | 50 | 514 | 122 | 41 |
| Binary | 10011001 | 1111 | 1001111 | 0 | 1011010 | 110000 | 101000 | 101001100 | 1010010 | 100001 |
Color Harmonies of #990F4F
Complementary color
Monochromatic Colors of #990F4F
Black with #990F4F
Text Example
Text Example
White with #990F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F4F; }
p { color: rgb(153,15,79); }
H1.HeaderClassName
{
color: #990F4F;
}
.AnyTagClassName
{
color: #990F4F;
}
</style>
background-color css
<style>
a { background-color: #990F4F; }
a { background-color: rgb(153,15,79); }
div.DivClassName
{
background-color: #990F4F;
}
.BgClassName
{
background-color: #990F4F;
}
</style>
border-color css
<style>
span { border-color: #990F4F; }
span { border-color: rgb(153,15,79); }
td.TdClassName
{
border-color: #990F4F;
}
.TagClassName
{
border-color: #990F4F;
}
</style>