Shades of Burgundy #8C093C
Tints of Burgundy #8C093C
RGB
CMYK
RGB Variations
Color information
#8C093C (or 0x8C093C) is known color: Burgundy. HEX triplet: 8C, 09 and 3C. RGB value is (140,9,60). Sum of RGB (Red+Green+Blue) = 140+9+60=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C093C is #73F6C3. Grayscale: #353535. Windows color (decimal): -7599812 or 3934604. OLE color: 3934604.
HSL color Cylindrical-coordinate representation of color #8C093C: hue angle of 336.64º 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 #8C093C is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.45 |
| HSL | 336.64º | 0.88% | 0.29% | - |
| HSV(B) | 336.64º | 0.94% | 0.55% | - |
| XYZ | 11.73 | 6.1 | 4.83 | - |
| YUV | 53.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 60 | 0 | 0.94 | 0.57 | 0.45 | 336.64 | 0.88 | 0.29 |
| Hex | 8C | 9 | 3C | 0 | 5E | 39 | 2D | 151 | 58 | 1D |
| Octal | 214 | 11 | 74 | 0 | 136 | 71 | 55 | 521 | 130 | 35 |
| Binary | 10001100 | 1001 | 111100 | 0 | 1011110 | 111001 | 101101 | 101010001 | 1011000 | 11101 |
Color Harmonies of #8C093C
Complementary color
Monochromatic Colors of #8C093C
Black with #8C093C
Text Example
Text Example
White with #8C093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C093C; }
p { color: rgb(140,9,60); }
H1.HeaderClassName
{
color: #8C093C;
}
.AnyTagClassName
{
color: #8C093C;
}
</style>
background-color css
<style>
a { background-color: #8C093C; }
a { background-color: rgb(140,9,60); }
div.DivClassName
{
background-color: #8C093C;
}
.BgClassName
{
background-color: #8C093C;
}
</style>
border-color css
<style>
span { border-color: #8C093C; }
span { border-color: rgb(140,9,60); }
td.TdClassName
{
border-color: #8C093C;
}
.TagClassName
{
border-color: #8C093C;
}
</style>