Shades of Burgundy #8D093C
Tints of Burgundy #8D093C
RGB
CMYK
RGB Variations
Color information
#8D093C (or 0x8D093C) is known color: Burgundy. HEX triplet: 8D, 09 and 3C. RGB value is (141,9,60). Sum of RGB (Red+Green+Blue) = 141+9+60=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D093C is #72F6C3. Grayscale: #363636. Windows color (decimal): -7534276 or 3934605. OLE color: 3934605.
HSL color Cylindrical-coordinate representation of color #8D093C: hue angle of 336.82º degrees, saturation: 0.88, 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 #8D093C is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.45 |
| HSL | 336.82º | 0.88% | 0.29% | - |
| HSV(B) | 336.82º | 0.94% | 0.55% | - |
| XYZ | 11.9 | 6.18 | 4.84 | - |
| YUV | 54.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 60 | 0 | 0.94 | 0.57 | 0.45 | 336.82 | 0.88 | 0.29 |
| Hex | 8D | 9 | 3C | 0 | 5E | 39 | 2D | 151 | 58 | 1D |
| Octal | 215 | 11 | 74 | 0 | 136 | 71 | 55 | 521 | 130 | 35 |
| Binary | 10001101 | 1001 | 111100 | 0 | 1011110 | 111001 | 101101 | 101010001 | 1011000 | 11101 |
Color Harmonies of #8D093C
Complementary color
Monochromatic Colors of #8D093C
Black with #8D093C
Text Example
Text Example
White with #8D093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D093C; }
p { color: rgb(141,9,60); }
H1.HeaderClassName
{
color: #8D093C;
}
.AnyTagClassName
{
color: #8D093C;
}
</style>
background-color css
<style>
a { background-color: #8D093C; }
a { background-color: rgb(141,9,60); }
div.DivClassName
{
background-color: #8D093C;
}
.BgClassName
{
background-color: #8D093C;
}
</style>
border-color css
<style>
span { border-color: #8D093C; }
span { border-color: rgb(141,9,60); }
td.TdClassName
{
border-color: #8D093C;
}
.TagClassName
{
border-color: #8D093C;
}
</style>