Shades of Burgundy #8C083F
Tints of Burgundy #8C083F
RGB
CMYK
RGB Variations
Color information
#8C083F (or 0x8C083F) is known color: Burgundy. HEX triplet: 8C, 08 and 3F. RGB value is (140,8,63). Sum of RGB (Red+Green+Blue) = 140+8+63=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C083F is #73F7C0. Grayscale: #353535. Windows color (decimal): -7600065 or 4130956. OLE color: 4130956.
HSL color Cylindrical-coordinate representation of color #8C083F: hue angle of 335º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C083F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 63 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.45 |
| HSL | 335º | 0.89% | 0.29% | - |
| HSV(B) | 335º | 0.94% | 0.55% | - |
| XYZ | 11.8 | 6.11 | 5.26 | - |
| YUV | 53.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 63 | 0 | 0.94 | 0.55 | 0.45 | 335 | 0.89 | 0.29 |
| Hex | 8C | 8 | 3F | 0 | 5E | 37 | 2D | 14F | 59 | 1D |
| Octal | 214 | 10 | 77 | 0 | 136 | 67 | 55 | 517 | 131 | 35 |
| Binary | 10001100 | 1000 | 111111 | 0 | 1011110 | 110111 | 101101 | 101001111 | 1011001 | 11101 |
Color Harmonies of #8C083F
Complementary color
Monochromatic Colors of #8C083F
Black with #8C083F
Text Example
Text Example
White with #8C083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C083F; }
p { color: rgb(140,8,63); }
H1.HeaderClassName
{
color: #8C083F;
}
.AnyTagClassName
{
color: #8C083F;
}
</style>
background-color css
<style>
a { background-color: #8C083F; }
a { background-color: rgb(140,8,63); }
div.DivClassName
{
background-color: #8C083F;
}
.BgClassName
{
background-color: #8C083F;
}
</style>
border-color css
<style>
span { border-color: #8C083F; }
span { border-color: rgb(140,8,63); }
td.TdClassName
{
border-color: #8C083F;
}
.TagClassName
{
border-color: #8C083F;
}
</style>