Shades of Burgundy #8B011D
Tints of Burgundy #8B011D
RGB
CMYK
RGB Variations
Color information
#8B011D (or 0x8B011D) is known color: Burgundy. HEX triplet: 8B, 01 and 1D. RGB value is (139,1,29). Sum of RGB (Red+Green+Blue) = 139+1+29=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B011D is #74FEE2. Grayscale: #2D2D2D. Windows color (decimal): -7667427 or 1900939. OLE color: 1900939.
HSL color Cylindrical-coordinate representation of color #8B011D: hue angle of 347.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B011D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.45 |
| HSL | 347.83º | 0.99% | 0.27% | - |
| HSV(B) | 347.83º | 0.99% | 0.55% | - |
| XYZ | 10.88 | 5.6 | 1.67 | - |
| YUV | 45.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 29 | 0 | 0.99 | 0.79 | 0.45 | 347.83 | 0.99 | 0.27 |
| Hex | 8B | 1 | 1D | 0 | 63 | 4F | 2D | 15C | 63 | 1B |
| Octal | 213 | 1 | 35 | 0 | 143 | 117 | 55 | 534 | 143 | 33 |
| Binary | 10001011 | 1 | 11101 | 0 | 1100011 | 1001111 | 101101 | 101011100 | 1100011 | 11011 |
Color Harmonies of #8B011D
Complementary color
Monochromatic Colors of #8B011D
Black with #8B011D
Text Example
Text Example
White with #8B011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B011D; }
p { color: rgb(139,1,29); }
H1.HeaderClassName
{
color: #8B011D;
}
.AnyTagClassName
{
color: #8B011D;
}
</style>
background-color css
<style>
a { background-color: #8B011D; }
a { background-color: rgb(139,1,29); }
div.DivClassName
{
background-color: #8B011D;
}
.BgClassName
{
background-color: #8B011D;
}
</style>
border-color css
<style>
span { border-color: #8B011D; }
span { border-color: rgb(139,1,29); }
td.TdClassName
{
border-color: #8B011D;
}
.TagClassName
{
border-color: #8B011D;
}
</style>