Shades of Jazzberry Jam #991149
Tints of Jazzberry Jam #991149
RGB
CMYK
RGB Variations
Color information
#991149 (or 0x991149) is known color: Jazzberry Jam. HEX triplet: 99, 11 and 49. RGB value is (153,17,73). Sum of RGB (Red+Green+Blue) = 153+17+73=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #991149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991149 is #66EEB6. Grayscale: #3F3F3F. Windows color (decimal): -6745783 or 4788633. OLE color: 4788633.
HSL color Cylindrical-coordinate representation of color #991149: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991149 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 73 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.4 |
| HSL | 335.29º | 0.8% | 0.33% | - |
| HSV(B) | 335.29º | 0.89% | 0.6% | - |
| XYZ | 14.54 | 7.65 | 7.01 | - |
| YUV | 64.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 73 | 0 | 0.89 | 0.52 | 0.4 | 335.29 | 0.8 | 0.33 |
| Hex | 99 | 11 | 49 | 0 | 59 | 34 | 28 | 14F | 50 | 21 |
| Octal | 231 | 21 | 111 | 0 | 131 | 64 | 50 | 517 | 120 | 41 |
| Binary | 10011001 | 10001 | 1001001 | 0 | 1011001 | 110100 | 101000 | 101001111 | 1010000 | 100001 |
Color Harmonies of #991149
Complementary color
Monochromatic Colors of #991149
Black with #991149
Text Example
Text Example
White with #991149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991149; }
p { color: rgb(153,17,73); }
H1.HeaderClassName
{
color: #991149;
}
.AnyTagClassName
{
color: #991149;
}
</style>
background-color css
<style>
a { background-color: #991149; }
a { background-color: rgb(153,17,73); }
div.DivClassName
{
background-color: #991149;
}
.BgClassName
{
background-color: #991149;
}
</style>
border-color css
<style>
span { border-color: #991149; }
span { border-color: rgb(153,17,73); }
td.TdClassName
{
border-color: #991149;
}
.TagClassName
{
border-color: #991149;
}
</style>