Shades of Burgundy #8B112E
Tints of Burgundy #8B112E
RGB
CMYK
RGB Variations
Color information
#8B112E (or 0x8B112E) is known color: Burgundy. HEX triplet: 8B, 11 and 2E. RGB value is (139,17,46). Sum of RGB (Red+Green+Blue) = 139+17+46=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B112E is #74EED1. Grayscale: #383838. Windows color (decimal): -7663314 or 3019147. OLE color: 3019147.
HSL color Cylindrical-coordinate representation of color #8B112E: hue angle of 345.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B112E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 46 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.45 |
| HSL | 345.74º | 0.78% | 0.31% | - |
| HSV(B) | 345.74º | 0.88% | 0.55% | - |
| XYZ | 11.34 | 6.09 | 3.16 | - |
| YUV | 56.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 46 | 0 | 0.88 | 0.67 | 0.45 | 345.74 | 0.78 | 0.31 |
| Hex | 8B | 11 | 2E | 0 | 58 | 43 | 2D | 15A | 4E | 1F |
| Octal | 213 | 21 | 56 | 0 | 130 | 103 | 55 | 532 | 116 | 37 |
| Binary | 10001011 | 10001 | 101110 | 0 | 1011000 | 1000011 | 101101 | 101011010 | 1001110 | 11111 |
Color Harmonies of #8B112E
Complementary color
Monochromatic Colors of #8B112E
Black with #8B112E
Text Example
Text Example
White with #8B112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B112E; }
p { color: rgb(139,17,46); }
H1.HeaderClassName
{
color: #8B112E;
}
.AnyTagClassName
{
color: #8B112E;
}
</style>
background-color css
<style>
a { background-color: #8B112E; }
a { background-color: rgb(139,17,46); }
div.DivClassName
{
background-color: #8B112E;
}
.BgClassName
{
background-color: #8B112E;
}
</style>
border-color css
<style>
span { border-color: #8B112E; }
span { border-color: rgb(139,17,46); }
td.TdClassName
{
border-color: #8B112E;
}
.TagClassName
{
border-color: #8B112E;
}
</style>