Shades of Burgundy #8C112F
Tints of Burgundy #8C112F
RGB
CMYK
RGB Variations
Color information
#8C112F (or 0x8C112F) is known color: Burgundy. HEX triplet: 8C, 11 and 2F. RGB value is (140,17,47). Sum of RGB (Red+Green+Blue) = 140+17+47=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C112F is #73EED0. Grayscale: #393939. Windows color (decimal): -7597777 or 3084684. OLE color: 3084684.
HSL color Cylindrical-coordinate representation of color #8C112F: hue angle of 345.37º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C112F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 47 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.45 |
| HSL | 345.37º | 0.78% | 0.31% | - |
| HSV(B) | 345.37º | 0.88% | 0.55% | - |
| XYZ | 11.53 | 6.18 | 3.27 | - |
| YUV | 57.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 47 | 0 | 0.88 | 0.66 | 0.45 | 345.37 | 0.78 | 0.31 |
| Hex | 8C | 11 | 2F | 0 | 58 | 42 | 2D | 159 | 4E | 1F |
| Octal | 214 | 21 | 57 | 0 | 130 | 102 | 55 | 531 | 116 | 37 |
| Binary | 10001100 | 10001 | 101111 | 0 | 1011000 | 1000010 | 101101 | 101011001 | 1001110 | 11111 |
Color Harmonies of #8C112F
Complementary color
Monochromatic Colors of #8C112F
Black with #8C112F
Text Example
Text Example
White with #8C112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C112F; }
p { color: rgb(140,17,47); }
H1.HeaderClassName
{
color: #8C112F;
}
.AnyTagClassName
{
color: #8C112F;
}
</style>
background-color css
<style>
a { background-color: #8C112F; }
a { background-color: rgb(140,17,47); }
div.DivClassName
{
background-color: #8C112F;
}
.BgClassName
{
background-color: #8C112F;
}
</style>
border-color css
<style>
span { border-color: #8C112F; }
span { border-color: rgb(140,17,47); }
td.TdClassName
{
border-color: #8C112F;
}
.TagClassName
{
border-color: #8C112F;
}
</style>