Shades of Jazzberry Jam #991050
Tints of Jazzberry Jam #991050
RGB
CMYK
RGB Variations
Color information
#991050 (or 0x991050) is known color: Jazzberry Jam. HEX triplet: 99, 10 and 50. RGB value is (153,16,80). Sum of RGB (Red+Green+Blue) = 153+16+80=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #991050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991050 is #66EFAF. Grayscale: #404040. Windows color (decimal): -6746032 or 5247129. OLE color: 5247129.
HSL color Cylindrical-coordinate representation of color #991050: hue angle of 331.97º degrees, saturation: 0.81, 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 #991050 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 80 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.4 |
| HSL | 331.97º | 0.81% | 0.33% | - |
| HSV(B) | 331.97º | 0.9% | 0.6% | - |
| XYZ | 14.77 | 7.72 | 8.3 | - |
| YUV | 64.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 80 | 0 | 0.90 | 0.48 | 0.4 | 331.97 | 0.81 | 0.33 |
| Hex | 99 | 10 | 50 | 0 | 5A | 30 | 28 | 14C | 51 | 21 |
| Octal | 231 | 20 | 120 | 0 | 132 | 60 | 50 | 514 | 121 | 41 |
| Binary | 10011001 | 10000 | 1010000 | 0 | 1011010 | 110000 | 101000 | 101001100 | 1010001 | 100001 |
Color Harmonies of #991050
Complementary color
Monochromatic Colors of #991050
Black with #991050
Text Example
Text Example
White with #991050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991050; }
p { color: rgb(153,16,80); }
H1.HeaderClassName
{
color: #991050;
}
.AnyTagClassName
{
color: #991050;
}
</style>
background-color css
<style>
a { background-color: #991050; }
a { background-color: rgb(153,16,80); }
div.DivClassName
{
background-color: #991050;
}
.BgClassName
{
background-color: #991050;
}
</style>
border-color css
<style>
span { border-color: #991050; }
span { border-color: rgb(153,16,80); }
td.TdClassName
{
border-color: #991050;
}
.TagClassName
{
border-color: #991050;
}
</style>