Shades of Burgundy #8C012D
Tints of Burgundy #8C012D
RGB
CMYK
RGB Variations
Color information
#8C012D (or 0x8C012D) is known color: Burgundy. HEX triplet: 8C, 01 and 2D. RGB value is (140,1,45). Sum of RGB (Red+Green+Blue) = 140+1+45=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C012D is #73FED2. Grayscale: #2F2F2F. Windows color (decimal): -7601875 or 2949516. OLE color: 2949516.
HSL color Cylindrical-coordinate representation of color #8C012D: hue angle of 341.01º 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 #8C012D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.45 |
| HSL | 341.01º | 0.99% | 0.28% | - |
| HSV(B) | 341.01º | 0.99% | 0.55% | - |
| XYZ | 11.3 | 5.79 | 3 | - |
| YUV | 47.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 45 | 0 | 0.99 | 0.68 | 0.45 | 341.01 | 0.99 | 0.28 |
| Hex | 8C | 1 | 2D | 0 | 63 | 44 | 2D | 155 | 63 | 1C |
| Octal | 214 | 1 | 55 | 0 | 143 | 104 | 55 | 525 | 143 | 34 |
| Binary | 10001100 | 1 | 101101 | 0 | 1100011 | 1000100 | 101101 | 101010101 | 1100011 | 11100 |
Color Harmonies of #8C012D
Complementary color
Monochromatic Colors of #8C012D
Black with #8C012D
Text Example
Text Example
White with #8C012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C012D; }
p { color: rgb(140,1,45); }
H1.HeaderClassName
{
color: #8C012D;
}
.AnyTagClassName
{
color: #8C012D;
}
</style>
background-color css
<style>
a { background-color: #8C012D; }
a { background-color: rgb(140,1,45); }
div.DivClassName
{
background-color: #8C012D;
}
.BgClassName
{
background-color: #8C012D;
}
</style>
border-color css
<style>
span { border-color: #8C012D; }
span { border-color: rgb(140,1,45); }
td.TdClassName
{
border-color: #8C012D;
}
.TagClassName
{
border-color: #8C012D;
}
</style>