Shades of Burgundy #8C012B
Tints of Burgundy #8C012B
RGB
CMYK
RGB Variations
Color information
#8C012B (or 0x8C012B) is known color: Burgundy. HEX triplet: 8C, 01 and 2B. RGB value is (140,1,43). Sum of RGB (Red+Green+Blue) = 140+1+43=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C012B is #73FED4. Grayscale: #2F2F2F. Windows color (decimal): -7601877 or 2818444. OLE color: 2818444.
HSL color Cylindrical-coordinate representation of color #8C012B: hue angle of 341.87º 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 #8C012B is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.45 |
| HSL | 341.87º | 0.99% | 0.28% | - |
| HSV(B) | 341.87º | 0.99% | 0.55% | - |
| XYZ | 11.26 | 5.77 | 2.81 | - |
| YUV | 47.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 43 | 0 | 0.99 | 0.69 | 0.45 | 341.87 | 0.99 | 0.28 |
| Hex | 8C | 1 | 2B | 0 | 63 | 45 | 2D | 156 | 63 | 1C |
| Octal | 214 | 1 | 53 | 0 | 143 | 105 | 55 | 526 | 143 | 34 |
| Binary | 10001100 | 1 | 101011 | 0 | 1100011 | 1000101 | 101101 | 101010110 | 1100011 | 11100 |
Color Harmonies of #8C012B
Complementary color
Monochromatic Colors of #8C012B
Black with #8C012B
Text Example
Text Example
White with #8C012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C012B; }
p { color: rgb(140,1,43); }
H1.HeaderClassName
{
color: #8C012B;
}
.AnyTagClassName
{
color: #8C012B;
}
</style>
background-color css
<style>
a { background-color: #8C012B; }
a { background-color: rgb(140,1,43); }
div.DivClassName
{
background-color: #8C012B;
}
.BgClassName
{
background-color: #8C012B;
}
</style>
border-color css
<style>
span { border-color: #8C012B; }
span { border-color: rgb(140,1,43); }
td.TdClassName
{
border-color: #8C012B;
}
.TagClassName
{
border-color: #8C012B;
}
</style>