Shades of Jazzberry Jam #980A49
Tints of Jazzberry Jam #980A49
RGB
CMYK
RGB Variations
Color information
#980A49 (or 0x980A49) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 49. RGB value is (152,10,73). Sum of RGB (Red+Green+Blue) = 152+10+73=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A49 is #67F5B6. Grayscale: #3B3B3B. Windows color (decimal): -6813111 or 4786840. OLE color: 4786840.
HSL color Cylindrical-coordinate representation of color #980A49: hue angle of 333.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A49 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 73 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.40 |
| HSL | 333.38º | 0.88% | 0.32% | - |
| HSV(B) | 333.38º | 0.93% | 0.6% | - |
| XYZ | 14.26 | 7.37 | 6.97 | - |
| YUV | 59.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 73 | 0 | 0.93 | 0.52 | 0.40 | 333.38 | 0.88 | 0.32 |
| Hex | 98 | A | 49 | 0 | 5D | 34 | 28 | 14D | 58 | 20 |
| Octal | 230 | 12 | 111 | 0 | 135 | 64 | 50 | 515 | 130 | 40 |
| Binary | 10011000 | 1010 | 1001001 | 0 | 1011101 | 110100 | 101000 | 101001101 | 1011000 | 100000 |
Color Harmonies of #980A49
Complementary color
Monochromatic Colors of #980A49
Black with #980A49
Text Example
Text Example
White with #980A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A49; }
p { color: rgb(152,10,73); }
H1.HeaderClassName
{
color: #980A49;
}
.AnyTagClassName
{
color: #980A49;
}
</style>
background-color css
<style>
a { background-color: #980A49; }
a { background-color: rgb(152,10,73); }
div.DivClassName
{
background-color: #980A49;
}
.BgClassName
{
background-color: #980A49;
}
</style>
border-color css
<style>
span { border-color: #980A49; }
span { border-color: rgb(152,10,73); }
td.TdClassName
{
border-color: #980A49;
}
.TagClassName
{
border-color: #980A49;
}
</style>