Shades of Jazzberry Jam #980546
Tints of Jazzberry Jam #980546
RGB
CMYK
RGB Variations
Color information
#980546 (or 0x980546) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 46. RGB value is (152,5,70). Sum of RGB (Red+Green+Blue) = 152+5+70=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #980546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980546 is #67FAB9. Grayscale: #383838. Windows color (decimal): -6814394 or 4588952. OLE color: 4588952.
HSL color Cylindrical-coordinate representation of color #980546: hue angle of 333.47º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980546 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.40 |
| HSL | 333.47º | 0.94% | 0.31% | - |
| HSV(B) | 333.47º | 0.97% | 0.6% | - |
| XYZ | 14.11 | 7.23 | 6.45 | - |
| YUV | 56.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 70 | 0 | 0.97 | 0.54 | 0.40 | 333.47 | 0.94 | 0.31 |
| Hex | 98 | 5 | 46 | 0 | 61 | 36 | 28 | 14D | 5E | 1F |
| Octal | 230 | 5 | 106 | 0 | 141 | 66 | 50 | 515 | 136 | 37 |
| Binary | 10011000 | 101 | 1000110 | 0 | 1100001 | 110110 | 101000 | 101001101 | 1011110 | 11111 |
Color Harmonies of #980546
Complementary color
Monochromatic Colors of #980546
Black with #980546
Text Example
Text Example
White with #980546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980546; }
p { color: rgb(152,5,70); }
H1.HeaderClassName
{
color: #980546;
}
.AnyTagClassName
{
color: #980546;
}
</style>
background-color css
<style>
a { background-color: #980546; }
a { background-color: rgb(152,5,70); }
div.DivClassName
{
background-color: #980546;
}
.BgClassName
{
background-color: #980546;
}
</style>
border-color css
<style>
span { border-color: #980546; }
span { border-color: rgb(152,5,70); }
td.TdClassName
{
border-color: #980546;
}
.TagClassName
{
border-color: #980546;
}
</style>