Shades of Burgundy #980B3C
Tints of Burgundy #980B3C
RGB
CMYK
RGB Variations
Color information
#980B3C (or 0x980B3C) is known color: Burgundy. HEX triplet: 98, 0B and 3C. RGB value is (152,11,60). Sum of RGB (Red+Green+Blue) = 152+11+60=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B3C is #67F4C3. Grayscale: #3A3A3A. Windows color (decimal): -6812868 or 3935128. OLE color: 3935128.
HSL color Cylindrical-coordinate representation of color #980B3C: hue angle of 339.15º 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 #980B3C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.40 |
| HSL | 339.15º | 0.87% | 0.32% | - |
| HSV(B) | 339.15º | 0.93% | 0.6% | - |
| XYZ | 13.88 | 7.24 | 4.94 | - |
| YUV | 58.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 60 | 0 | 0.93 | 0.61 | 0.40 | 339.15 | 0.87 | 0.32 |
| Hex | 98 | B | 3C | 0 | 5D | 3D | 28 | 153 | 57 | 20 |
| Octal | 230 | 13 | 74 | 0 | 135 | 75 | 50 | 523 | 127 | 40 |
| Binary | 10011000 | 1011 | 111100 | 0 | 1011101 | 111101 | 101000 | 101010011 | 1010111 | 100000 |
Color Harmonies of #980B3C
Complementary color
Monochromatic Colors of #980B3C
Black with #980B3C
Text Example
Text Example
White with #980B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B3C; }
p { color: rgb(152,11,60); }
H1.HeaderClassName
{
color: #980B3C;
}
.AnyTagClassName
{
color: #980B3C;
}
</style>
background-color css
<style>
a { background-color: #980B3C; }
a { background-color: rgb(152,11,60); }
div.DivClassName
{
background-color: #980B3C;
}
.BgClassName
{
background-color: #980B3C;
}
</style>
border-color css
<style>
span { border-color: #980B3C; }
span { border-color: rgb(152,11,60); }
td.TdClassName
{
border-color: #980B3C;
}
.TagClassName
{
border-color: #980B3C;
}
</style>