Shades of Jazzberry Jam #980D52
Tints of Jazzberry Jam #980D52
RGB
CMYK
RGB Variations
Color information
#980D52 (or 0x980D52) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 52. RGB value is (152,13,82). Sum of RGB (Red+Green+Blue) = 152+13+82=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #980D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D52 is #67F2AD. Grayscale: #3E3E3E. Windows color (decimal): -6812334 or 5377432. OLE color: 5377432.
HSL color Cylindrical-coordinate representation of color #980D52: hue angle of 330.22º 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 #980D52 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 82 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.40 |
| HSL | 330.22º | 0.84% | 0.32% | - |
| HSV(B) | 330.22º | 0.91% | 0.6% | - |
| XYZ | 14.62 | 7.57 | 8.67 | - |
| YUV | 62.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 82 | 0 | 0.91 | 0.46 | 0.40 | 330.22 | 0.84 | 0.32 |
| Hex | 98 | D | 52 | 0 | 5B | 2E | 28 | 14A | 54 | 20 |
| Octal | 230 | 15 | 122 | 0 | 133 | 56 | 50 | 512 | 124 | 40 |
| Binary | 10011000 | 1101 | 1010010 | 0 | 1011011 | 101110 | 101000 | 101001010 | 1010100 | 100000 |
Color Harmonies of #980D52
Complementary color
Monochromatic Colors of #980D52
Black with #980D52
Text Example
Text Example
White with #980D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D52; }
p { color: rgb(152,13,82); }
H1.HeaderClassName
{
color: #980D52;
}
.AnyTagClassName
{
color: #980D52;
}
</style>
background-color css
<style>
a { background-color: #980D52; }
a { background-color: rgb(152,13,82); }
div.DivClassName
{
background-color: #980D52;
}
.BgClassName
{
background-color: #980D52;
}
</style>
border-color css
<style>
span { border-color: #980D52; }
span { border-color: rgb(152,13,82); }
td.TdClassName
{
border-color: #980D52;
}
.TagClassName
{
border-color: #980D52;
}
</style>