Shades of Jazzberry Jam #980D53
Tints of Jazzberry Jam #980D53
RGB
CMYK
RGB Variations
Color information
#980D53 (or 0x980D53) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 53. RGB value is (152,13,83). Sum of RGB (Red+Green+Blue) = 152+13+83=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D53 is #67F2AC. Grayscale: #3E3E3E. Windows color (decimal): -6812333 or 5442968. OLE color: 5442968.
HSL color Cylindrical-coordinate representation of color #980D53: hue angle of 329.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D53 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 83 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.40 |
| HSL | 329.78º | 0.84% | 0.32% | - |
| HSV(B) | 329.78º | 0.91% | 0.6% | - |
| XYZ | 14.65 | 7.59 | 8.88 | - |
| YUV | 62.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 83 | 0 | 0.91 | 0.45 | 0.40 | 329.78 | 0.84 | 0.32 |
| Hex | 98 | D | 53 | 0 | 5B | 2D | 28 | 14A | 54 | 20 |
| Octal | 230 | 15 | 123 | 0 | 133 | 55 | 50 | 512 | 124 | 40 |
| Binary | 10011000 | 1101 | 1010011 | 0 | 1011011 | 101101 | 101000 | 101001010 | 1010100 | 100000 |
Color Harmonies of #980D53
Complementary color
Monochromatic Colors of #980D53
Black with #980D53
Text Example
Text Example
White with #980D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D53; }
p { color: rgb(152,13,83); }
H1.HeaderClassName
{
color: #980D53;
}
.AnyTagClassName
{
color: #980D53;
}
</style>
background-color css
<style>
a { background-color: #980D53; }
a { background-color: rgb(152,13,83); }
div.DivClassName
{
background-color: #980D53;
}
.BgClassName
{
background-color: #980D53;
}
</style>
border-color css
<style>
span { border-color: #980D53; }
span { border-color: rgb(152,13,83); }
td.TdClassName
{
border-color: #980D53;
}
.TagClassName
{
border-color: #980D53;
}
</style>