Shades of Burgundy #8C083D
Tints of Burgundy #8C083D
RGB
CMYK
RGB Variations
Color information
#8C083D (or 0x8C083D) is known color: Burgundy. HEX triplet: 8C, 08 and 3D. RGB value is (140,8,61). Sum of RGB (Red+Green+Blue) = 140+8+61=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C083D is #73F7C2. Grayscale: #353535. Windows color (decimal): -7600067 or 3999884. OLE color: 3999884.
HSL color Cylindrical-coordinate representation of color #8C083D: hue angle of 335.91º 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 #8C083D is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 61 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.45 |
| HSL | 335.91º | 0.89% | 0.29% | - |
| HSV(B) | 335.91º | 0.94% | 0.55% | - |
| XYZ | 11.74 | 6.09 | 4.97 | - |
| YUV | 53.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 61 | 0 | 0.94 | 0.56 | 0.45 | 335.91 | 0.89 | 0.29 |
| Hex | 8C | 8 | 3D | 0 | 5E | 38 | 2D | 150 | 59 | 1D |
| Octal | 214 | 10 | 75 | 0 | 136 | 70 | 55 | 520 | 131 | 35 |
| Binary | 10001100 | 1000 | 111101 | 0 | 1011110 | 111000 | 101101 | 101010000 | 1011001 | 11101 |
Color Harmonies of #8C083D
Complementary color
Monochromatic Colors of #8C083D
Black with #8C083D
Text Example
Text Example
White with #8C083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C083D; }
p { color: rgb(140,8,61); }
H1.HeaderClassName
{
color: #8C083D;
}
.AnyTagClassName
{
color: #8C083D;
}
</style>
background-color css
<style>
a { background-color: #8C083D; }
a { background-color: rgb(140,8,61); }
div.DivClassName
{
background-color: #8C083D;
}
.BgClassName
{
background-color: #8C083D;
}
</style>
border-color css
<style>
span { border-color: #8C083D; }
span { border-color: rgb(140,8,61); }
td.TdClassName
{
border-color: #8C083D;
}
.TagClassName
{
border-color: #8C083D;
}
</style>