Shades of Burgundy #8C073C
Tints of Burgundy #8C073C
RGB
CMYK
RGB Variations
Color information
#8C073C (or 0x8C073C) is known color: Burgundy. HEX triplet: 8C, 07 and 3C. RGB value is (140,7,60). Sum of RGB (Red+Green+Blue) = 140+7+60=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C073C is #73F8C3. Grayscale: #343434. Windows color (decimal): -7600324 or 3934092. OLE color: 3934092.
HSL color Cylindrical-coordinate representation of color #8C073C: hue angle of 336.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C073C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.45 |
| HSL | 336.09º | 0.9% | 0.29% | - |
| HSV(B) | 336.09º | 0.95% | 0.55% | - |
| XYZ | 11.71 | 6.05 | 4.83 | - |
| YUV | 52.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 60 | 0 | 0.95 | 0.57 | 0.45 | 336.09 | 0.9 | 0.29 |
| Hex | 8C | 7 | 3C | 0 | 5F | 39 | 2D | 150 | 5A | 1D |
| Octal | 214 | 7 | 74 | 0 | 137 | 71 | 55 | 520 | 132 | 35 |
| Binary | 10001100 | 111 | 111100 | 0 | 1011111 | 111001 | 101101 | 101010000 | 1011010 | 11101 |
Color Harmonies of #8C073C
Complementary color
Monochromatic Colors of #8C073C
Black with #8C073C
Text Example
Text Example
White with #8C073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C073C; }
p { color: rgb(140,7,60); }
H1.HeaderClassName
{
color: #8C073C;
}
.AnyTagClassName
{
color: #8C073C;
}
</style>
background-color css
<style>
a { background-color: #8C073C; }
a { background-color: rgb(140,7,60); }
div.DivClassName
{
background-color: #8C073C;
}
.BgClassName
{
background-color: #8C073C;
}
</style>
border-color css
<style>
span { border-color: #8C073C; }
span { border-color: rgb(140,7,60); }
td.TdClassName
{
border-color: #8C073C;
}
.TagClassName
{
border-color: #8C073C;
}
</style>