Shades of Burgundy #8C0034
Tints of Burgundy #8C0034
RGB
CMYK
RGB Variations
Color information
#8C0034 (or 0x8C0034) is known color: Burgundy. HEX triplet: 8C, 00 and 34. RGB value is (140,0,52). Sum of RGB (Red+Green+Blue) = 140+0+52=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0034 is #73FFCB. Grayscale: #2F2F2F. Windows color (decimal): -7602124 or 3408012. OLE color: 3408012.
HSL color Cylindrical-coordinate representation of color #8C0034: hue angle of 337.71º 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 #8C0034 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.63 | 0.45 |
| HSL | 337.71º | 1% | 0.27% | - |
| HSV(B) | 337.71º | 1% | 0.55% | - |
| XYZ | 11.44 | 5.82 | 3.77 | - |
| YUV | 47.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 52 | 0 | 1 | 0.63 | 0.45 | 337.71 | 1 | 0.27 |
| Hex | 8C | 0 | 34 | 0 | 64 | 3F | 2D | 152 | 64 | 1B |
| Octal | 214 | 0 | 64 | 0 | 144 | 77 | 55 | 522 | 144 | 33 |
| Binary | 10001100 | 0 | 110100 | 0 | 1100100 | 111111 | 101101 | 101010010 | 1100100 | 11011 |
Color Harmonies of #8C0034
Complementary color
Monochromatic Colors of #8C0034
Black with #8C0034
Text Example
Text Example
White with #8C0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0034; }
p { color: rgb(140,0,52); }
H1.HeaderClassName
{
color: #8C0034;
}
.AnyTagClassName
{
color: #8C0034;
}
</style>
background-color css
<style>
a { background-color: #8C0034; }
a { background-color: rgb(140,0,52); }
div.DivClassName
{
background-color: #8C0034;
}
.BgClassName
{
background-color: #8C0034;
}
</style>
border-color css
<style>
span { border-color: #8C0034; }
span { border-color: rgb(140,0,52); }
td.TdClassName
{
border-color: #8C0034;
}
.TagClassName
{
border-color: #8C0034;
}
</style>