Shades of Burgundy #8B012D
Tints of Burgundy #8B012D
RGB
CMYK
RGB Variations
Color information
#8B012D (or 0x8B012D) is known color: Burgundy. HEX triplet: 8B, 01 and 2D. RGB value is (139,1,45). Sum of RGB (Red+Green+Blue) = 139+1+45=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B012D is #74FED2. Grayscale: #2F2F2F. Windows color (decimal): -7667411 or 2949515. OLE color: 2949515.
HSL color Cylindrical-coordinate representation of color #8B012D: hue angle of 340.87º 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 #8B012D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.45 |
| HSL | 340.87º | 0.99% | 0.27% | - |
| HSV(B) | 340.87º | 0.99% | 0.55% | - |
| XYZ | 11.13 | 5.7 | 3 | - |
| YUV | 47.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 45 | 0 | 0.99 | 0.68 | 0.45 | 340.87 | 0.99 | 0.27 |
| Hex | 8B | 1 | 2D | 0 | 63 | 44 | 2D | 155 | 63 | 1B |
| Octal | 213 | 1 | 55 | 0 | 143 | 104 | 55 | 525 | 143 | 33 |
| Binary | 10001011 | 1 | 101101 | 0 | 1100011 | 1000100 | 101101 | 101010101 | 1100011 | 11011 |
Color Harmonies of #8B012D
Complementary color
Monochromatic Colors of #8B012D
Black with #8B012D
Text Example
Text Example
White with #8B012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B012D; }
p { color: rgb(139,1,45); }
H1.HeaderClassName
{
color: #8B012D;
}
.AnyTagClassName
{
color: #8B012D;
}
</style>
background-color css
<style>
a { background-color: #8B012D; }
a { background-color: rgb(139,1,45); }
div.DivClassName
{
background-color: #8B012D;
}
.BgClassName
{
background-color: #8B012D;
}
</style>
border-color css
<style>
span { border-color: #8B012D; }
span { border-color: rgb(139,1,45); }
td.TdClassName
{
border-color: #8B012D;
}
.TagClassName
{
border-color: #8B012D;
}
</style>