Shades of Jazzberry Jam #990046
Tints of Jazzberry Jam #990046
RGB
CMYK
RGB Variations
Color information
#990046 (or 0x990046) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 46. RGB value is (153,0,70). Sum of RGB (Red+Green+Blue) = 153+0+70=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #990046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990046 is #66FFB9. Grayscale: #353535. Windows color (decimal): -6750138 or 4587673. OLE color: 4587673.
HSL color Cylindrical-coordinate representation of color #990046: hue angle of 332.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990046 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.54 | 0.4 |
| HSL | 332.55º | 1% | 0.3% | - |
| HSV(B) | 332.55º | 1% | 0.6% | - |
| XYZ | 14.24 | 7.21 | 6.44 | - |
| YUV | 53.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 70 | 0 | 1 | 0.54 | 0.4 | 332.55 | 1 | 0.3 |
| Hex | 99 | 0 | 46 | 0 | 64 | 36 | 28 | 14D | 64 | 1E |
| Octal | 231 | 0 | 106 | 0 | 144 | 66 | 50 | 515 | 144 | 36 |
| Binary | 10011001 | 0 | 1000110 | 0 | 1100100 | 110110 | 101000 | 101001101 | 1100100 | 11110 |
Color Harmonies of #990046
Complementary color
Monochromatic Colors of #990046
Black with #990046
Text Example
Text Example
White with #990046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990046; }
p { color: rgb(153,0,70); }
H1.HeaderClassName
{
color: #990046;
}
.AnyTagClassName
{
color: #990046;
}
</style>
background-color css
<style>
a { background-color: #990046; }
a { background-color: rgb(153,0,70); }
div.DivClassName
{
background-color: #990046;
}
.BgClassName
{
background-color: #990046;
}
</style>
border-color css
<style>
span { border-color: #990046; }
span { border-color: rgb(153,0,70); }
td.TdClassName
{
border-color: #990046;
}
.TagClassName
{
border-color: #990046;
}
</style>