Shades of Jazzberry Jam #980B5A
Tints of Jazzberry Jam #980B5A
RGB
CMYK
RGB Variations
Color information
#980B5A (or 0x980B5A) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 5A. RGB value is (152,11,90). Sum of RGB (Red+Green+Blue) = 152+11+90=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #980B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B5A is #67F4A5. Grayscale: #3D3D3D. Windows color (decimal): -6812838 or 5901208. OLE color: 5901208.
HSL color Cylindrical-coordinate representation of color #980B5A: hue angle of 326.38º degrees, saturation: 0.87, 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 #980B5A is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 90 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.40 |
| HSL | 326.38º | 0.87% | 0.32% | - |
| HSV(B) | 326.38º | 0.93% | 0.6% | - |
| XYZ | 14.91 | 7.65 | 10.36 | - |
| YUV | 62.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 90 | 0 | 0.93 | 0.41 | 0.40 | 326.38 | 0.87 | 0.32 |
| Hex | 98 | B | 5A | 0 | 5D | 29 | 28 | 146 | 57 | 20 |
| Octal | 230 | 13 | 132 | 0 | 135 | 51 | 50 | 506 | 127 | 40 |
| Binary | 10011000 | 1011 | 1011010 | 0 | 1011101 | 101001 | 101000 | 101000110 | 1010111 | 100000 |
Color Harmonies of #980B5A
Complementary color
Monochromatic Colors of #980B5A
Black with #980B5A
Text Example
Text Example
White with #980B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B5A; }
p { color: rgb(152,11,90); }
H1.HeaderClassName
{
color: #980B5A;
}
.AnyTagClassName
{
color: #980B5A;
}
</style>
background-color css
<style>
a { background-color: #980B5A; }
a { background-color: rgb(152,11,90); }
div.DivClassName
{
background-color: #980B5A;
}
.BgClassName
{
background-color: #980B5A;
}
</style>
border-color css
<style>
span { border-color: #980B5A; }
span { border-color: rgb(152,11,90); }
td.TdClassName
{
border-color: #980B5A;
}
.TagClassName
{
border-color: #980B5A;
}
</style>