Shades of Burgundy #8B041E
Tints of Burgundy #8B041E
RGB
CMYK
RGB Variations
Color information
#8B041E (or 0x8B041E) is known color: Burgundy. HEX triplet: 8B, 04 and 1E. RGB value is (139,4,30). Sum of RGB (Red+Green+Blue) = 139+4+30=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B041E is #74FBE1. Grayscale: #2F2F2F. Windows color (decimal): -7666658 or 1967243. OLE color: 1967243.
HSL color Cylindrical-coordinate representation of color #8B041E: hue angle of 348.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B041E is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 30 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.45 |
| HSL | 348.44º | 0.94% | 0.28% | - |
| HSV(B) | 348.44º | 0.97% | 0.55% | - |
| XYZ | 10.93 | 5.67 | 1.75 | - |
| YUV | 47.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 30 | 0 | 0.97 | 0.78 | 0.45 | 348.44 | 0.94 | 0.28 |
| Hex | 8B | 4 | 1E | 0 | 61 | 4E | 2D | 15C | 5E | 1C |
| Octal | 213 | 4 | 36 | 0 | 141 | 116 | 55 | 534 | 136 | 34 |
| Binary | 10001011 | 100 | 11110 | 0 | 1100001 | 1001110 | 101101 | 101011100 | 1011110 | 11100 |
Color Harmonies of #8B041E
Complementary color
Monochromatic Colors of #8B041E
Black with #8B041E
Text Example
Text Example
White with #8B041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B041E; }
p { color: rgb(139,4,30); }
H1.HeaderClassName
{
color: #8B041E;
}
.AnyTagClassName
{
color: #8B041E;
}
</style>
background-color css
<style>
a { background-color: #8B041E; }
a { background-color: rgb(139,4,30); }
div.DivClassName
{
background-color: #8B041E;
}
.BgClassName
{
background-color: #8B041E;
}
</style>
border-color css
<style>
span { border-color: #8B041E; }
span { border-color: rgb(139,4,30); }
td.TdClassName
{
border-color: #8B041E;
}
.TagClassName
{
border-color: #8B041E;
}
</style>