Shades of Jazzberry Jam #980749
Tints of Jazzberry Jam #980749
RGB
CMYK
RGB Variations
Color information
#980749 (or 0x980749) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 49. RGB value is (152,7,73). Sum of RGB (Red+Green+Blue) = 152+7+73=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #980749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980749 is #67F8B6. Grayscale: #393939. Windows color (decimal): -6813879 or 4786072. OLE color: 4786072.
HSL color Cylindrical-coordinate representation of color #980749: hue angle of 332.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980749 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 73 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.40 |
| HSL | 332.69º | 0.91% | 0.31% | - |
| HSV(B) | 332.69º | 0.95% | 0.6% | - |
| XYZ | 14.23 | 7.31 | 6.96 | - |
| YUV | 57.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 73 | 0 | 0.95 | 0.52 | 0.40 | 332.69 | 0.91 | 0.31 |
| Hex | 98 | 7 | 49 | 0 | 5F | 34 | 28 | 14D | 5B | 1F |
| Octal | 230 | 7 | 111 | 0 | 137 | 64 | 50 | 515 | 133 | 37 |
| Binary | 10011000 | 111 | 1001001 | 0 | 1011111 | 110100 | 101000 | 101001101 | 1011011 | 11111 |
Color Harmonies of #980749
Complementary color
Monochromatic Colors of #980749
Black with #980749
Text Example
Text Example
White with #980749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980749; }
p { color: rgb(152,7,73); }
H1.HeaderClassName
{
color: #980749;
}
.AnyTagClassName
{
color: #980749;
}
</style>
background-color css
<style>
a { background-color: #980749; }
a { background-color: rgb(152,7,73); }
div.DivClassName
{
background-color: #980749;
}
.BgClassName
{
background-color: #980749;
}
</style>
border-color css
<style>
span { border-color: #980749; }
span { border-color: rgb(152,7,73); }
td.TdClassName
{
border-color: #980749;
}
.TagClassName
{
border-color: #980749;
}
</style>