Shades of Burgundy #8B051E
Tints of Burgundy #8B051E
RGB
CMYK
RGB Variations
Color information
#8B051E (or 0x8B051E) is known color: Burgundy. HEX triplet: 8B, 05 and 1E. RGB value is (139,5,30). Sum of RGB (Red+Green+Blue) = 139+5+30=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B051E is #74FAE1. Grayscale: #2F2F2F. Windows color (decimal): -7666402 or 1967499. OLE color: 1967499.
HSL color Cylindrical-coordinate representation of color #8B051E: hue angle of 348.81º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B051E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.45 |
| HSL | 348.81º | 0.93% | 0.28% | - |
| HSV(B) | 348.81º | 0.96% | 0.55% | - |
| XYZ | 10.94 | 5.69 | 1.75 | - |
| YUV | 47.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 30 | 0 | 0.96 | 0.78 | 0.45 | 348.81 | 0.93 | 0.28 |
| Hex | 8B | 5 | 1E | 0 | 60 | 4E | 2D | 15D | 5D | 1C |
| Octal | 213 | 5 | 36 | 0 | 140 | 116 | 55 | 535 | 135 | 34 |
| Binary | 10001011 | 101 | 11110 | 0 | 1100000 | 1001110 | 101101 | 101011101 | 1011101 | 11100 |
Color Harmonies of #8B051E
Complementary color
Monochromatic Colors of #8B051E
Black with #8B051E
Text Example
Text Example
White with #8B051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B051E; }
p { color: rgb(139,5,30); }
H1.HeaderClassName
{
color: #8B051E;
}
.AnyTagClassName
{
color: #8B051E;
}
</style>
background-color css
<style>
a { background-color: #8B051E; }
a { background-color: rgb(139,5,30); }
div.DivClassName
{
background-color: #8B051E;
}
.BgClassName
{
background-color: #8B051E;
}
</style>
border-color css
<style>
span { border-color: #8B051E; }
span { border-color: rgb(139,5,30); }
td.TdClassName
{
border-color: #8B051E;
}
.TagClassName
{
border-color: #8B051E;
}
</style>