Shades of Burgundy #8C072F
Tints of Burgundy #8C072F
RGB
CMYK
RGB Variations
Color information
#8C072F (or 0x8C072F) is known color: Burgundy. HEX triplet: 8C, 07 and 2F. RGB value is (140,7,47). Sum of RGB (Red+Green+Blue) = 140+7+47=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C072F is #73F8D0. Grayscale: #333333. Windows color (decimal): -7600337 or 3082124. OLE color: 3082124.
HSL color Cylindrical-coordinate representation of color #8C072F: hue angle of 341.95º 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 #8C072F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.45 |
| HSL | 341.95º | 0.9% | 0.29% | - |
| HSV(B) | 341.95º | 0.95% | 0.55% | - |
| XYZ | 11.4 | 5.93 | 3.23 | - |
| YUV | 51.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 47 | 0 | 0.95 | 0.66 | 0.45 | 341.95 | 0.9 | 0.29 |
| Hex | 8C | 7 | 2F | 0 | 5F | 42 | 2D | 156 | 5A | 1D |
| Octal | 214 | 7 | 57 | 0 | 137 | 102 | 55 | 526 | 132 | 35 |
| Binary | 10001100 | 111 | 101111 | 0 | 1011111 | 1000010 | 101101 | 101010110 | 1011010 | 11101 |
Color Harmonies of #8C072F
Complementary color
Monochromatic Colors of #8C072F
Black with #8C072F
Text Example
Text Example
White with #8C072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C072F; }
p { color: rgb(140,7,47); }
H1.HeaderClassName
{
color: #8C072F;
}
.AnyTagClassName
{
color: #8C072F;
}
</style>
background-color css
<style>
a { background-color: #8C072F; }
a { background-color: rgb(140,7,47); }
div.DivClassName
{
background-color: #8C072F;
}
.BgClassName
{
background-color: #8C072F;
}
</style>
border-color css
<style>
span { border-color: #8C072F; }
span { border-color: rgb(140,7,47); }
td.TdClassName
{
border-color: #8C072F;
}
.TagClassName
{
border-color: #8C072F;
}
</style>