Shades of Burgundy #8B0E31
Tints of Burgundy #8B0E31
RGB
CMYK
RGB Variations
Color information
#8B0E31 (or 0x8B0E31) is known color: Burgundy. HEX triplet: 8B, 0E and 31. RGB value is (139,14,49). Sum of RGB (Red+Green+Blue) = 139+14+49=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E31 is #74F1CE. Grayscale: #373737. Windows color (decimal): -7664079 or 3214987. OLE color: 3214987.
HSL color Cylindrical-coordinate representation of color #8B0E31: hue angle of 343.2º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E31 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 49 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.45 |
| HSL | 343.2º | 0.82% | 0.3% | - |
| HSV(B) | 343.2º | 0.9% | 0.55% | - |
| XYZ | 11.36 | 6.02 | 3.47 | - |
| YUV | 55.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 49 | 0 | 0.90 | 0.65 | 0.45 | 343.2 | 0.82 | 0.3 |
| Hex | 8B | E | 31 | 0 | 5A | 41 | 2D | 157 | 52 | 1E |
| Octal | 213 | 16 | 61 | 0 | 132 | 101 | 55 | 527 | 122 | 36 |
| Binary | 10001011 | 1110 | 110001 | 0 | 1011010 | 1000001 | 101101 | 101010111 | 1010010 | 11110 |
Color Harmonies of #8B0E31
Complementary color
Monochromatic Colors of #8B0E31
Black with #8B0E31
Text Example
Text Example
White with #8B0E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E31; }
p { color: rgb(139,14,49); }
H1.HeaderClassName
{
color: #8B0E31;
}
.AnyTagClassName
{
color: #8B0E31;
}
</style>
background-color css
<style>
a { background-color: #8B0E31; }
a { background-color: rgb(139,14,49); }
div.DivClassName
{
background-color: #8B0E31;
}
.BgClassName
{
background-color: #8B0E31;
}
</style>
border-color css
<style>
span { border-color: #8B0E31; }
span { border-color: rgb(139,14,49); }
td.TdClassName
{
border-color: #8B0E31;
}
.TagClassName
{
border-color: #8B0E31;
}
</style>