Shades of Burgundy #8B013D
Tints of Burgundy #8B013D
RGB
CMYK
RGB Variations
Color information
#8B013D (or 0x8B013D) is known color: Burgundy. HEX triplet: 8B, 01 and 3D. RGB value is (139,1,61). Sum of RGB (Red+Green+Blue) = 139+1+61=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B013D is #74FEC2. Grayscale: #313131. Windows color (decimal): -7667395 or 3998091. OLE color: 3998091.
HSL color Cylindrical-coordinate representation of color #8B013D: hue angle of 333.91º 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 #8B013D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.45 |
| HSL | 333.91º | 0.99% | 0.27% | - |
| HSV(B) | 333.91º | 0.99% | 0.55% | - |
| XYZ | 11.5 | 5.85 | 4.94 | - |
| YUV | 49.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 61 | 0 | 0.99 | 0.56 | 0.45 | 333.91 | 0.99 | 0.27 |
| Hex | 8B | 1 | 3D | 0 | 63 | 38 | 2D | 14E | 63 | 1B |
| Octal | 213 | 1 | 75 | 0 | 143 | 70 | 55 | 516 | 143 | 33 |
| Binary | 10001011 | 1 | 111101 | 0 | 1100011 | 111000 | 101101 | 101001110 | 1100011 | 11011 |
Color Harmonies of #8B013D
Complementary color
Monochromatic Colors of #8B013D
Black with #8B013D
Text Example
Text Example
White with #8B013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B013D; }
p { color: rgb(139,1,61); }
H1.HeaderClassName
{
color: #8B013D;
}
.AnyTagClassName
{
color: #8B013D;
}
</style>
background-color css
<style>
a { background-color: #8B013D; }
a { background-color: rgb(139,1,61); }
div.DivClassName
{
background-color: #8B013D;
}
.BgClassName
{
background-color: #8B013D;
}
</style>
border-color css
<style>
span { border-color: #8B013D; }
span { border-color: rgb(139,1,61); }
td.TdClassName
{
border-color: #8B013D;
}
.TagClassName
{
border-color: #8B013D;
}
</style>