Shades of Burgundy #8D063D
Tints of Burgundy #8D063D
RGB
CMYK
RGB Variations
Color information
#8D063D (or 0x8D063D) is known color: Burgundy. HEX triplet: 8D, 06 and 3D. RGB value is (141,6,61). Sum of RGB (Red+Green+Blue) = 141+6+61=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D063D is #72F9C2. Grayscale: #343434. Windows color (decimal): -7535043 or 3999373. OLE color: 3999373.
HSL color Cylindrical-coordinate representation of color #8D063D: hue angle of 335.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D063D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.45 |
| HSL | 335.56º | 0.92% | 0.29% | - |
| HSV(B) | 335.56º | 0.96% | 0.55% | - |
| XYZ | 11.89 | 6.13 | 4.97 | - |
| YUV | 52.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 61 | 0 | 0.96 | 0.57 | 0.45 | 335.56 | 0.92 | 0.29 |
| Hex | 8D | 6 | 3D | 0 | 60 | 39 | 2D | 150 | 5C | 1D |
| Octal | 215 | 6 | 75 | 0 | 140 | 71 | 55 | 520 | 134 | 35 |
| Binary | 10001101 | 110 | 111101 | 0 | 1100000 | 111001 | 101101 | 101010000 | 1011100 | 11101 |
Color Harmonies of #8D063D
Complementary color
Monochromatic Colors of #8D063D
Black with #8D063D
Text Example
Text Example
White with #8D063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D063D; }
p { color: rgb(141,6,61); }
H1.HeaderClassName
{
color: #8D063D;
}
.AnyTagClassName
{
color: #8D063D;
}
</style>
background-color css
<style>
a { background-color: #8D063D; }
a { background-color: rgb(141,6,61); }
div.DivClassName
{
background-color: #8D063D;
}
.BgClassName
{
background-color: #8D063D;
}
</style>
border-color css
<style>
span { border-color: #8D063D; }
span { border-color: rgb(141,6,61); }
td.TdClassName
{
border-color: #8D063D;
}
.TagClassName
{
border-color: #8D063D;
}
</style>