Shades of Jazzberry Jam #981856
Tints of Jazzberry Jam #981856
RGB
CMYK
RGB Variations
Color information
#981856 (or 0x981856) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 56. RGB value is (152,24,86). Sum of RGB (Red+Green+Blue) = 152+24+86=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #981856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981856 is #67E7A9. Grayscale: #454545. Windows color (decimal): -6809514 or 5642392. OLE color: 5642392.
HSL color Cylindrical-coordinate representation of color #981856: hue angle of 330.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981856 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 86 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.40 |
| HSL | 330.94º | 0.73% | 0.35% | - |
| HSV(B) | 330.94º | 0.84% | 0.6% | - |
| XYZ | 14.96 | 8 | 9.56 | - |
| YUV | 69.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 86 | 0 | 0.84 | 0.43 | 0.40 | 330.94 | 0.73 | 0.35 |
| Hex | 98 | 18 | 56 | 0 | 54 | 2B | 28 | 14B | 49 | 23 |
| Octal | 230 | 30 | 126 | 0 | 124 | 53 | 50 | 513 | 111 | 43 |
| Binary | 10011000 | 11000 | 1010110 | 0 | 1010100 | 101011 | 101000 | 101001011 | 1001001 | 100011 |
Color Harmonies of #981856
Complementary color
Monochromatic Colors of #981856
Black with #981856
Text Example
Text Example
White with #981856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981856; }
p { color: rgb(152,24,86); }
H1.HeaderClassName
{
color: #981856;
}
.AnyTagClassName
{
color: #981856;
}
</style>
background-color css
<style>
a { background-color: #981856; }
a { background-color: rgb(152,24,86); }
div.DivClassName
{
background-color: #981856;
}
.BgClassName
{
background-color: #981856;
}
</style>
border-color css
<style>
span { border-color: #981856; }
span { border-color: rgb(152,24,86); }
td.TdClassName
{
border-color: #981856;
}
.TagClassName
{
border-color: #981856;
}
</style>