Shades of Burgundy #8C073F
Tints of Burgundy #8C073F
RGB
CMYK
RGB Variations
Color information
#8C073F (or 0x8C073F) is known color: Burgundy. HEX triplet: 8C, 07 and 3F. RGB value is (140,7,63). Sum of RGB (Red+Green+Blue) = 140+7+63=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C073F is #73F8C0. Grayscale: #353535. Windows color (decimal): -7600321 or 4130700. OLE color: 4130700.
HSL color Cylindrical-coordinate representation of color #8C073F: hue angle of 334.74º 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 #8C073F is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.45 |
| HSL | 334.74º | 0.9% | 0.29% | - |
| HSV(B) | 334.74º | 0.95% | 0.55% | - |
| XYZ | 11.79 | 6.09 | 5.26 | - |
| YUV | 53.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 63 | 0 | 0.95 | 0.55 | 0.45 | 334.74 | 0.9 | 0.29 |
| Hex | 8C | 7 | 3F | 0 | 5F | 37 | 2D | 14F | 5A | 1D |
| Octal | 214 | 7 | 77 | 0 | 137 | 67 | 55 | 517 | 132 | 35 |
| Binary | 10001100 | 111 | 111111 | 0 | 1011111 | 110111 | 101101 | 101001111 | 1011010 | 11101 |
Color Harmonies of #8C073F
Complementary color
Monochromatic Colors of #8C073F
Black with #8C073F
Text Example
Text Example
White with #8C073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C073F; }
p { color: rgb(140,7,63); }
H1.HeaderClassName
{
color: #8C073F;
}
.AnyTagClassName
{
color: #8C073F;
}
</style>
background-color css
<style>
a { background-color: #8C073F; }
a { background-color: rgb(140,7,63); }
div.DivClassName
{
background-color: #8C073F;
}
.BgClassName
{
background-color: #8C073F;
}
</style>
border-color css
<style>
span { border-color: #8C073F; }
span { border-color: rgb(140,7,63); }
td.TdClassName
{
border-color: #8C073F;
}
.TagClassName
{
border-color: #8C073F;
}
</style>