Shades of Burgundy #8C013B
Tints of Burgundy #8C013B
RGB
CMYK
RGB Variations
Color information
#8C013B (or 0x8C013B) is known color: Burgundy. HEX triplet: 8C, 01 and 3B. RGB value is (140,1,59). Sum of RGB (Red+Green+Blue) = 140+1+59=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C013B is #73FEC4. Grayscale: #313131. Windows color (decimal): -7601861 or 3867020. OLE color: 3867020.
HSL color Cylindrical-coordinate representation of color #8C013B: hue angle of 334.96º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C013B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.45 |
| HSL | 334.96º | 0.99% | 0.28% | - |
| HSV(B) | 334.96º | 0.99% | 0.55% | - |
| XYZ | 11.62 | 5.91 | 4.67 | - |
| YUV | 49.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 59 | 0 | 0.99 | 0.58 | 0.45 | 334.96 | 0.99 | 0.28 |
| Hex | 8C | 1 | 3B | 0 | 63 | 3A | 2D | 14F | 63 | 1C |
| Octal | 214 | 1 | 73 | 0 | 143 | 72 | 55 | 517 | 143 | 34 |
| Binary | 10001100 | 1 | 111011 | 0 | 1100011 | 111010 | 101101 | 101001111 | 1100011 | 11100 |
Color Harmonies of #8C013B
Complementary color
Monochromatic Colors of #8C013B
Black with #8C013B
Text Example
Text Example
White with #8C013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C013B; }
p { color: rgb(140,1,59); }
H1.HeaderClassName
{
color: #8C013B;
}
.AnyTagClassName
{
color: #8C013B;
}
</style>
background-color css
<style>
a { background-color: #8C013B; }
a { background-color: rgb(140,1,59); }
div.DivClassName
{
background-color: #8C013B;
}
.BgClassName
{
background-color: #8C013B;
}
</style>
border-color css
<style>
span { border-color: #8C013B; }
span { border-color: rgb(140,1,59); }
td.TdClassName
{
border-color: #8C013B;
}
.TagClassName
{
border-color: #8C013B;
}
</style>