Shades of Jazzberry Jam #981353
Tints of Jazzberry Jam #981353
RGB
CMYK
RGB Variations
Color information
#981353 (or 0x981353) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 53. RGB value is (152,19,83). Sum of RGB (Red+Green+Blue) = 152+19+83=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981353 is #67ECAC. Grayscale: #414141. Windows color (decimal): -6810797 or 5444504. OLE color: 5444504.
HSL color Cylindrical-coordinate representation of color #981353: hue angle of 331.13º degrees, saturation: 0.78, 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 #981353 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 83 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.40 |
| HSL | 331.13º | 0.78% | 0.34% | - |
| HSV(B) | 331.13º | 0.88% | 0.6% | - |
| XYZ | 14.74 | 7.77 | 8.91 | - |
| YUV | 66.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 83 | 0 | 0.87 | 0.45 | 0.40 | 331.13 | 0.78 | 0.34 |
| Hex | 98 | 13 | 53 | 0 | 57 | 2D | 28 | 14B | 4E | 22 |
| Octal | 230 | 23 | 123 | 0 | 127 | 55 | 50 | 513 | 116 | 42 |
| Binary | 10011000 | 10011 | 1010011 | 0 | 1010111 | 101101 | 101000 | 101001011 | 1001110 | 100010 |
Color Harmonies of #981353
Complementary color
Monochromatic Colors of #981353
Black with #981353
Text Example
Text Example
White with #981353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981353; }
p { color: rgb(152,19,83); }
H1.HeaderClassName
{
color: #981353;
}
.AnyTagClassName
{
color: #981353;
}
</style>
background-color css
<style>
a { background-color: #981353; }
a { background-color: rgb(152,19,83); }
div.DivClassName
{
background-color: #981353;
}
.BgClassName
{
background-color: #981353;
}
</style>
border-color css
<style>
span { border-color: #981353; }
span { border-color: rgb(152,19,83); }
td.TdClassName
{
border-color: #981353;
}
.TagClassName
{
border-color: #981353;
}
</style>