Shades of Jazzberry Jam #980D4D
Tints of Jazzberry Jam #980D4D
RGB
CMYK
RGB Variations
Color information
#980D4D (or 0x980D4D) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 4D. RGB value is (152,13,77). Sum of RGB (Red+Green+Blue) = 152+13+77=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D4D is #67F2B2. Grayscale: #3D3D3D. Windows color (decimal): -6812339 or 5049752. OLE color: 5049752.
HSL color Cylindrical-coordinate representation of color #980D4D: hue angle of 332.37º 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 #980D4D is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 77 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.40 |
| HSL | 332.37º | 0.84% | 0.32% | - |
| HSV(B) | 332.37º | 0.91% | 0.6% | - |
| XYZ | 14.43 | 7.5 | 7.71 | - |
| YUV | 61.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 77 | 0 | 0.91 | 0.49 | 0.40 | 332.37 | 0.84 | 0.32 |
| Hex | 98 | D | 4D | 0 | 5B | 31 | 28 | 14C | 54 | 20 |
| Octal | 230 | 15 | 115 | 0 | 133 | 61 | 50 | 514 | 124 | 40 |
| Binary | 10011000 | 1101 | 1001101 | 0 | 1011011 | 110001 | 101000 | 101001100 | 1010100 | 100000 |
Color Harmonies of #980D4D
Complementary color
Monochromatic Colors of #980D4D
Black with #980D4D
Text Example
Text Example
White with #980D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D4D; }
p { color: rgb(152,13,77); }
H1.HeaderClassName
{
color: #980D4D;
}
.AnyTagClassName
{
color: #980D4D;
}
</style>
background-color css
<style>
a { background-color: #980D4D; }
a { background-color: rgb(152,13,77); }
div.DivClassName
{
background-color: #980D4D;
}
.BgClassName
{
background-color: #980D4D;
}
</style>
border-color css
<style>
span { border-color: #980D4D; }
span { border-color: rgb(152,13,77); }
td.TdClassName
{
border-color: #980D4D;
}
.TagClassName
{
border-color: #980D4D;
}
</style>