Shades of Burgundy #8D063C
Tints of Burgundy #8D063C
RGB
CMYK
RGB Variations
Color information
#8D063C (or 0x8D063C) is known color: Burgundy. HEX triplet: 8D, 06 and 3C. RGB value is (141,6,60). Sum of RGB (Red+Green+Blue) = 141+6+60=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D063C is #72F9C3. Grayscale: #343434. Windows color (decimal): -7535044 or 3933837. OLE color: 3933837.
HSL color Cylindrical-coordinate representation of color #8D063C: hue angle of 336º 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 #8D063C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 60 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.45 |
| HSL | 336º | 0.92% | 0.29% | - |
| HSV(B) | 336º | 0.96% | 0.55% | - |
| XYZ | 11.87 | 6.12 | 4.83 | - |
| YUV | 52.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 60 | 0 | 0.96 | 0.57 | 0.45 | 336 | 0.92 | 0.29 |
| Hex | 8D | 6 | 3C | 0 | 60 | 39 | 2D | 150 | 5C | 1D |
| Octal | 215 | 6 | 74 | 0 | 140 | 71 | 55 | 520 | 134 | 35 |
| Binary | 10001101 | 110 | 111100 | 0 | 1100000 | 111001 | 101101 | 101010000 | 1011100 | 11101 |
Color Harmonies of #8D063C
Complementary color
Monochromatic Colors of #8D063C
Black with #8D063C
Text Example
Text Example
White with #8D063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D063C; }
p { color: rgb(141,6,60); }
H1.HeaderClassName
{
color: #8D063C;
}
.AnyTagClassName
{
color: #8D063C;
}
</style>
background-color css
<style>
a { background-color: #8D063C; }
a { background-color: rgb(141,6,60); }
div.DivClassName
{
background-color: #8D063C;
}
.BgClassName
{
background-color: #8D063C;
}
</style>
border-color css
<style>
span { border-color: #8D063C; }
span { border-color: rgb(141,6,60); }
td.TdClassName
{
border-color: #8D063C;
}
.TagClassName
{
border-color: #8D063C;
}
</style>