Shades of Burgundy #8B002E
Tints of Burgundy #8B002E
RGB
CMYK
RGB Variations
Color information
#8B002E (or 0x8B002E) is known color: Burgundy. HEX triplet: 8B, 00 and 2E. RGB value is (139,0,46). Sum of RGB (Red+Green+Blue) = 139+0+46=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B002E is #74FFD1. Grayscale: #2E2E2E. Windows color (decimal): -7667666 or 3014795. OLE color: 3014795.
HSL color Cylindrical-coordinate representation of color #8B002E: hue angle of 340.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B002E is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.67 | 0.45 |
| HSL | 340.14º | 1% | 0.27% | - |
| HSV(B) | 340.14º | 1% | 0.55% | - |
| XYZ | 11.14 | 5.69 | 3.1 | - |
| YUV | 46.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 46 | 0 | 1 | 0.67 | 0.45 | 340.14 | 1 | 0.27 |
| Hex | 8B | 0 | 2E | 0 | 64 | 43 | 2D | 154 | 64 | 1B |
| Octal | 213 | 0 | 56 | 0 | 144 | 103 | 55 | 524 | 144 | 33 |
| Binary | 10001011 | 0 | 101110 | 0 | 1100100 | 1000011 | 101101 | 101010100 | 1100100 | 11011 |
Color Harmonies of #8B002E
Complementary color
Monochromatic Colors of #8B002E
Black with #8B002E
Text Example
Text Example
White with #8B002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B002E; }
p { color: rgb(139,0,46); }
H1.HeaderClassName
{
color: #8B002E;
}
.AnyTagClassName
{
color: #8B002E;
}
</style>
background-color css
<style>
a { background-color: #8B002E; }
a { background-color: rgb(139,0,46); }
div.DivClassName
{
background-color: #8B002E;
}
.BgClassName
{
background-color: #8B002E;
}
</style>
border-color css
<style>
span { border-color: #8B002E; }
span { border-color: rgb(139,0,46); }
td.TdClassName
{
border-color: #8B002E;
}
.TagClassName
{
border-color: #8B002E;
}
</style>