Shades of Burgundy #8C0027
Tints of Burgundy #8C0027
RGB
CMYK
RGB Variations
Color information
#8C0027 (or 0x8C0027) is known color: Burgundy. HEX triplet: 8C, 00 and 27. RGB value is (140,0,39). Sum of RGB (Red+Green+Blue) = 140+0+39=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0027 is #73FFD8. Grayscale: #2E2E2E. Windows color (decimal): -7602137 or 2556044. OLE color: 2556044.
HSL color Cylindrical-coordinate representation of color #8C0027: hue angle of 343.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0027 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.72 | 0.45 |
| HSL | 343.29º | 1% | 0.27% | - |
| HSV(B) | 343.29º | 1% | 0.55% | - |
| XYZ | 11.18 | 5.72 | 2.43 | - |
| YUV | 46.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 39 | 0 | 1 | 0.72 | 0.45 | 343.29 | 1 | 0.27 |
| Hex | 8C | 0 | 27 | 0 | 64 | 48 | 2D | 157 | 64 | 1B |
| Octal | 214 | 0 | 47 | 0 | 144 | 110 | 55 | 527 | 144 | 33 |
| Binary | 10001100 | 0 | 100111 | 0 | 1100100 | 1001000 | 101101 | 101010111 | 1100100 | 11011 |
Color Harmonies of #8C0027
Complementary color
Monochromatic Colors of #8C0027
Black with #8C0027
Text Example
Text Example
White with #8C0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0027; }
p { color: rgb(140,0,39); }
H1.HeaderClassName
{
color: #8C0027;
}
.AnyTagClassName
{
color: #8C0027;
}
</style>
background-color css
<style>
a { background-color: #8C0027; }
a { background-color: rgb(140,0,39); }
div.DivClassName
{
background-color: #8C0027;
}
.BgClassName
{
background-color: #8C0027;
}
</style>
border-color css
<style>
span { border-color: #8C0027; }
span { border-color: rgb(140,0,39); }
td.TdClassName
{
border-color: #8C0027;
}
.TagClassName
{
border-color: #8C0027;
}
</style>