Shades of Jazzberry Jam #990149
Tints of Jazzberry Jam #990149
RGB
CMYK
RGB Variations
Color information
#990149 (or 0x990149) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 49. RGB value is (153,1,73). Sum of RGB (Red+Green+Blue) = 153+1+73=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990149 is #66FEB6. Grayscale: #363636. Windows color (decimal): -6749879 or 4784537. OLE color: 4784537.
HSL color Cylindrical-coordinate representation of color #990149: hue angle of 331.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990149 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.4 |
| HSL | 331.58º | 0.99% | 0.3% | - |
| HSV(B) | 331.58º | 0.99% | 0.6% | - |
| XYZ | 14.35 | 7.28 | 6.95 | - |
| YUV | 54.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 73 | 0 | 0.99 | 0.52 | 0.4 | 331.58 | 0.99 | 0.3 |
| Hex | 99 | 1 | 49 | 0 | 63 | 34 | 28 | 14C | 63 | 1E |
| Octal | 231 | 1 | 111 | 0 | 143 | 64 | 50 | 514 | 143 | 36 |
| Binary | 10011001 | 1 | 1001001 | 0 | 1100011 | 110100 | 101000 | 101001100 | 1100011 | 11110 |
Color Harmonies of #990149
Complementary color
Monochromatic Colors of #990149
Black with #990149
Text Example
Text Example
White with #990149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990149; }
p { color: rgb(153,1,73); }
H1.HeaderClassName
{
color: #990149;
}
.AnyTagClassName
{
color: #990149;
}
</style>
background-color css
<style>
a { background-color: #990149; }
a { background-color: rgb(153,1,73); }
div.DivClassName
{
background-color: #990149;
}
.BgClassName
{
background-color: #990149;
}
</style>
border-color css
<style>
span { border-color: #990149; }
span { border-color: rgb(153,1,73); }
td.TdClassName
{
border-color: #990149;
}
.TagClassName
{
border-color: #990149;
}
</style>