Shades of Burgundy #8C093A
Tints of Burgundy #8C093A
RGB
CMYK
RGB Variations
Color information
#8C093A (or 0x8C093A) is known color: Burgundy. HEX triplet: 8C, 09 and 3A. RGB value is (140,9,58). Sum of RGB (Red+Green+Blue) = 140+9+58=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C093A is #73F6C5. Grayscale: #353535. Windows color (decimal): -7599814 or 3803532. OLE color: 3803532.
HSL color Cylindrical-coordinate representation of color #8C093A: hue angle of 337.56º 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 #8C093A is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 58 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.45 |
| HSL | 337.56º | 0.88% | 0.29% | - |
| HSV(B) | 337.56º | 0.94% | 0.55% | - |
| XYZ | 11.68 | 6.08 | 4.56 | - |
| YUV | 53.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 58 | 0 | 0.94 | 0.59 | 0.45 | 337.56 | 0.88 | 0.29 |
| Hex | 8C | 9 | 3A | 0 | 5E | 3B | 2D | 152 | 58 | 1D |
| Octal | 214 | 11 | 72 | 0 | 136 | 73 | 55 | 522 | 130 | 35 |
| Binary | 10001100 | 1001 | 111010 | 0 | 1011110 | 111011 | 101101 | 101010010 | 1011000 | 11101 |
Color Harmonies of #8C093A
Complementary color
Monochromatic Colors of #8C093A
Black with #8C093A
Text Example
Text Example
White with #8C093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C093A; }
p { color: rgb(140,9,58); }
H1.HeaderClassName
{
color: #8C093A;
}
.AnyTagClassName
{
color: #8C093A;
}
</style>
background-color css
<style>
a { background-color: #8C093A; }
a { background-color: rgb(140,9,58); }
div.DivClassName
{
background-color: #8C093A;
}
.BgClassName
{
background-color: #8C093A;
}
</style>
border-color css
<style>
span { border-color: #8C093A; }
span { border-color: rgb(140,9,58); }
td.TdClassName
{
border-color: #8C093A;
}
.TagClassName
{
border-color: #8C093A;
}
</style>