Shades of Jazzberry Jam #991651
Tints of Jazzberry Jam #991651
RGB
CMYK
RGB Variations
Color information
#991651 (or 0x991651) is known color: Jazzberry Jam. HEX triplet: 99, 16 and 51. RGB value is (153,22,81). Sum of RGB (Red+Green+Blue) = 153+22+81=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #991651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991651 is #66E9AE. Grayscale: #434343. Windows color (decimal): -6744495 or 5314201. OLE color: 5314201.
HSL color Cylindrical-coordinate representation of color #991651: hue angle of 332.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991651 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 81 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.4 |
| HSL | 332.98º | 0.75% | 0.34% | - |
| HSV(B) | 332.98º | 0.86% | 0.6% | - |
| XYZ | 14.91 | 7.94 | 8.53 | - |
| YUV | 67.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 81 | 0 | 0.86 | 0.47 | 0.4 | 332.98 | 0.75 | 0.34 |
| Hex | 99 | 16 | 51 | 0 | 56 | 2F | 28 | 14D | 4B | 22 |
| Octal | 231 | 26 | 121 | 0 | 126 | 57 | 50 | 515 | 113 | 42 |
| Binary | 10011001 | 10110 | 1010001 | 0 | 1010110 | 101111 | 101000 | 101001101 | 1001011 | 100010 |
Color Harmonies of #991651
Complementary color
Monochromatic Colors of #991651
Black with #991651
Text Example
Text Example
White with #991651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991651; }
p { color: rgb(153,22,81); }
H1.HeaderClassName
{
color: #991651;
}
.AnyTagClassName
{
color: #991651;
}
</style>
background-color css
<style>
a { background-color: #991651; }
a { background-color: rgb(153,22,81); }
div.DivClassName
{
background-color: #991651;
}
.BgClassName
{
background-color: #991651;
}
</style>
border-color css
<style>
span { border-color: #991651; }
span { border-color: rgb(153,22,81); }
td.TdClassName
{
border-color: #991651;
}
.TagClassName
{
border-color: #991651;
}
</style>