Shades of Jazzberry Jam #991459
Tints of Jazzberry Jam #991459
RGB
CMYK
RGB Variations
Color information
#991459 (or 0x991459) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 59. RGB value is (153,20,89). Sum of RGB (Red+Green+Blue) = 153+20+89=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #991459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991459 is #66EBA6. Grayscale: #434343. Windows color (decimal): -6744999 or 5837977. OLE color: 5837977.
HSL color Cylindrical-coordinate representation of color #991459: hue angle of 328.87º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991459 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 89 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.4 |
| HSL | 328.87º | 0.77% | 0.34% | - |
| HSV(B) | 328.87º | 0.87% | 0.6% | - |
| XYZ | 15.19 | 7.99 | 10.19 | - |
| YUV | 67.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 89 | 0 | 0.87 | 0.42 | 0.4 | 328.87 | 0.77 | 0.34 |
| Hex | 99 | 14 | 59 | 0 | 57 | 2A | 28 | 149 | 4D | 22 |
| Octal | 231 | 24 | 131 | 0 | 127 | 52 | 50 | 511 | 115 | 42 |
| Binary | 10011001 | 10100 | 1011001 | 0 | 1010111 | 101010 | 101000 | 101001001 | 1001101 | 100010 |
Color Harmonies of #991459
Complementary color
Monochromatic Colors of #991459
Black with #991459
Text Example
Text Example
White with #991459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991459; }
p { color: rgb(153,20,89); }
H1.HeaderClassName
{
color: #991459;
}
.AnyTagClassName
{
color: #991459;
}
</style>
background-color css
<style>
a { background-color: #991459; }
a { background-color: rgb(153,20,89); }
div.DivClassName
{
background-color: #991459;
}
.BgClassName
{
background-color: #991459;
}
</style>
border-color css
<style>
span { border-color: #991459; }
span { border-color: rgb(153,20,89); }
td.TdClassName
{
border-color: #991459;
}
.TagClassName
{
border-color: #991459;
}
</style>