Shades of Burgundy #8B031E
Tints of Burgundy #8B031E
RGB
CMYK
RGB Variations
Color information
#8B031E (or 0x8B031E) is known color: Burgundy. HEX triplet: 8B, 03 and 1E. RGB value is (139,3,30). Sum of RGB (Red+Green+Blue) = 139+3+30=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B031E is #74FCE1. Grayscale: #2E2E2E. Windows color (decimal): -7666914 or 1966987. OLE color: 1966987.
HSL color Cylindrical-coordinate representation of color #8B031E: hue angle of 348.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B031E is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.45 |
| HSL | 348.09º | 0.96% | 0.28% | - |
| HSV(B) | 348.09º | 0.98% | 0.55% | - |
| XYZ | 10.91 | 5.65 | 1.74 | - |
| YUV | 46.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 30 | 0 | 0.98 | 0.78 | 0.45 | 348.09 | 0.96 | 0.28 |
| Hex | 8B | 3 | 1E | 0 | 62 | 4E | 2D | 15C | 60 | 1C |
| Octal | 213 | 3 | 36 | 0 | 142 | 116 | 55 | 534 | 140 | 34 |
| Binary | 10001011 | 11 | 11110 | 0 | 1100010 | 1001110 | 101101 | 101011100 | 1100000 | 11100 |
Color Harmonies of #8B031E
Complementary color
Monochromatic Colors of #8B031E
Black with #8B031E
Text Example
Text Example
White with #8B031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B031E; }
p { color: rgb(139,3,30); }
H1.HeaderClassName
{
color: #8B031E;
}
.AnyTagClassName
{
color: #8B031E;
}
</style>
background-color css
<style>
a { background-color: #8B031E; }
a { background-color: rgb(139,3,30); }
div.DivClassName
{
background-color: #8B031E;
}
.BgClassName
{
background-color: #8B031E;
}
</style>
border-color css
<style>
span { border-color: #8B031E; }
span { border-color: rgb(139,3,30); }
td.TdClassName
{
border-color: #8B031E;
}
.TagClassName
{
border-color: #8B031E;
}
</style>