Shades of Jazzberry Jam #991256
Tints of Jazzberry Jam #991256
RGB
CMYK
RGB Variations
Color information
#991256 (or 0x991256) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 56. RGB value is (153,18,86). Sum of RGB (Red+Green+Blue) = 153+18+86=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991256 is #66EDA9. Grayscale: #414141. Windows color (decimal): -6745514 or 5640857. OLE color: 5640857.
HSL color Cylindrical-coordinate representation of color #991256: hue angle of 329.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991256 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 86 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.4 |
| HSL | 329.78º | 0.79% | 0.34% | - |
| HSV(B) | 329.78º | 0.88% | 0.6% | - |
| XYZ | 15.03 | 7.88 | 9.53 | - |
| YUV | 66.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 86 | 0 | 0.88 | 0.44 | 0.4 | 329.78 | 0.79 | 0.34 |
| Hex | 99 | 12 | 56 | 0 | 58 | 2C | 28 | 14A | 4F | 22 |
| Octal | 231 | 22 | 126 | 0 | 130 | 54 | 50 | 512 | 117 | 42 |
| Binary | 10011001 | 10010 | 1010110 | 0 | 1011000 | 101100 | 101000 | 101001010 | 1001111 | 100010 |
Color Harmonies of #991256
Complementary color
Monochromatic Colors of #991256
Black with #991256
Text Example
Text Example
White with #991256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991256; }
p { color: rgb(153,18,86); }
H1.HeaderClassName
{
color: #991256;
}
.AnyTagClassName
{
color: #991256;
}
</style>
background-color css
<style>
a { background-color: #991256; }
a { background-color: rgb(153,18,86); }
div.DivClassName
{
background-color: #991256;
}
.BgClassName
{
background-color: #991256;
}
</style>
border-color css
<style>
span { border-color: #991256; }
span { border-color: rgb(153,18,86); }
td.TdClassName
{
border-color: #991256;
}
.TagClassName
{
border-color: #991256;
}
</style>