Shades of Jazzberry Jam #981556
Tints of Jazzberry Jam #981556
RGB
CMYK
RGB Variations
Color information
#981556 (or 0x981556) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 56. RGB value is (152,21,86). Sum of RGB (Red+Green+Blue) = 152+21+86=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981556 is #67EAA9. Grayscale: #434343. Windows color (decimal): -6810282 or 5641624. OLE color: 5641624.
HSL color Cylindrical-coordinate representation of color #981556: hue angle of 330.23º degrees, saturation: 0.76, 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 #981556 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 86 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.40 |
| HSL | 330.23º | 0.76% | 0.34% | - |
| HSV(B) | 330.23º | 0.86% | 0.6% | - |
| XYZ | 14.9 | 7.88 | 9.54 | - |
| YUV | 67.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 86 | 0 | 0.86 | 0.43 | 0.40 | 330.23 | 0.76 | 0.34 |
| Hex | 98 | 15 | 56 | 0 | 56 | 2B | 28 | 14A | 4C | 22 |
| Octal | 230 | 25 | 126 | 0 | 126 | 53 | 50 | 512 | 114 | 42 |
| Binary | 10011000 | 10101 | 1010110 | 0 | 1010110 | 101011 | 101000 | 101001010 | 1001100 | 100010 |
Color Harmonies of #981556
Complementary color
Monochromatic Colors of #981556
Black with #981556
Text Example
Text Example
White with #981556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981556; }
p { color: rgb(152,21,86); }
H1.HeaderClassName
{
color: #981556;
}
.AnyTagClassName
{
color: #981556;
}
</style>
background-color css
<style>
a { background-color: #981556; }
a { background-color: rgb(152,21,86); }
div.DivClassName
{
background-color: #981556;
}
.BgClassName
{
background-color: #981556;
}
</style>
border-color css
<style>
span { border-color: #981556; }
span { border-color: rgb(152,21,86); }
td.TdClassName
{
border-color: #981556;
}
.TagClassName
{
border-color: #981556;
}
</style>