Shades of Jazzberry Jam #991652
Tints of Jazzberry Jam #991652
RGB
CMYK
RGB Variations
Color information
#991652 (or 0x991652) is known color: Jazzberry Jam. HEX triplet: 99, 16 and 52. RGB value is (153,22,82). Sum of RGB (Red+Green+Blue) = 153+22+82=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991652 is #66E9AD. Grayscale: #434343. Windows color (decimal): -6744494 or 5379737. OLE color: 5379737.
HSL color Cylindrical-coordinate representation of color #991652: hue angle of 332.52º 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 #991652 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 82 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.4 |
| HSL | 332.52º | 0.75% | 0.34% | - |
| HSV(B) | 332.52º | 0.86% | 0.6% | - |
| XYZ | 14.95 | 7.96 | 8.73 | - |
| YUV | 68.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 82 | 0 | 0.86 | 0.46 | 0.4 | 332.52 | 0.75 | 0.34 |
| Hex | 99 | 16 | 52 | 0 | 56 | 2E | 28 | 14D | 4B | 22 |
| Octal | 231 | 26 | 122 | 0 | 126 | 56 | 50 | 515 | 113 | 42 |
| Binary | 10011001 | 10110 | 1010010 | 0 | 1010110 | 101110 | 101000 | 101001101 | 1001011 | 100010 |
Color Harmonies of #991652
Complementary color
Monochromatic Colors of #991652
Black with #991652
Text Example
Text Example
White with #991652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991652; }
p { color: rgb(153,22,82); }
H1.HeaderClassName
{
color: #991652;
}
.AnyTagClassName
{
color: #991652;
}
</style>
background-color css
<style>
a { background-color: #991652; }
a { background-color: rgb(153,22,82); }
div.DivClassName
{
background-color: #991652;
}
.BgClassName
{
background-color: #991652;
}
</style>
border-color css
<style>
span { border-color: #991652; }
span { border-color: rgb(153,22,82); }
td.TdClassName
{
border-color: #991652;
}
.TagClassName
{
border-color: #991652;
}
</style>