Shades of Burgundy #8C013F
Tints of Burgundy #8C013F
RGB
CMYK
RGB Variations
Color information
#8C013F (or 0x8C013F) is known color: Burgundy. HEX triplet: 8C, 01 and 3F. RGB value is (140,1,63). Sum of RGB (Red+Green+Blue) = 140+1+63=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C013F is #73FEC0. Grayscale: #313131. Windows color (decimal): -7601857 or 4129164. OLE color: 4129164.
HSL color Cylindrical-coordinate representation of color #8C013F: hue angle of 333.24º 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 #8C013F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.45 |
| HSL | 333.24º | 0.99% | 0.28% | - |
| HSV(B) | 333.24º | 0.99% | 0.55% | - |
| XYZ | 11.72 | 5.96 | 5.23 | - |
| YUV | 49.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 63 | 0 | 0.99 | 0.55 | 0.45 | 333.24 | 0.99 | 0.28 |
| Hex | 8C | 1 | 3F | 0 | 63 | 37 | 2D | 14D | 63 | 1C |
| Octal | 214 | 1 | 77 | 0 | 143 | 67 | 55 | 515 | 143 | 34 |
| Binary | 10001100 | 1 | 111111 | 0 | 1100011 | 110111 | 101101 | 101001101 | 1100011 | 11100 |
Color Harmonies of #8C013F
Complementary color
Monochromatic Colors of #8C013F
Black with #8C013F
Text Example
Text Example
White with #8C013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C013F; }
p { color: rgb(140,1,63); }
H1.HeaderClassName
{
color: #8C013F;
}
.AnyTagClassName
{
color: #8C013F;
}
</style>
background-color css
<style>
a { background-color: #8C013F; }
a { background-color: rgb(140,1,63); }
div.DivClassName
{
background-color: #8C013F;
}
.BgClassName
{
background-color: #8C013F;
}
</style>
border-color css
<style>
span { border-color: #8C013F; }
span { border-color: rgb(140,1,63); }
td.TdClassName
{
border-color: #8C013F;
}
.TagClassName
{
border-color: #8C013F;
}
</style>