Shades of Burgundy #8C0939
Tints of Burgundy #8C0939
RGB
CMYK
RGB Variations
Color information
#8C0939 (or 0x8C0939) is known color: Burgundy. HEX triplet: 8C, 09 and 39. RGB value is (140,9,57). Sum of RGB (Red+Green+Blue) = 140+9+57=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0939 is #73F6C6. Grayscale: #353535. Windows color (decimal): -7599815 or 3737996. OLE color: 3737996.
HSL color Cylindrical-coordinate representation of color #8C0939: hue angle of 338.02º 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 #8C0939 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 57 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.45 |
| HSL | 338.02º | 0.88% | 0.29% | - |
| HSV(B) | 338.02º | 0.94% | 0.55% | - |
| XYZ | 11.65 | 6.07 | 4.43 | - |
| YUV | 53.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 57 | 0 | 0.94 | 0.59 | 0.45 | 338.02 | 0.88 | 0.29 |
| Hex | 8C | 9 | 39 | 0 | 5E | 3B | 2D | 152 | 58 | 1D |
| Octal | 214 | 11 | 71 | 0 | 136 | 73 | 55 | 522 | 130 | 35 |
| Binary | 10001100 | 1001 | 111001 | 0 | 1011110 | 111011 | 101101 | 101010010 | 1011000 | 11101 |
Color Harmonies of #8C0939
Complementary color
Monochromatic Colors of #8C0939
Black with #8C0939
Text Example
Text Example
White with #8C0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0939; }
p { color: rgb(140,9,57); }
H1.HeaderClassName
{
color: #8C0939;
}
.AnyTagClassName
{
color: #8C0939;
}
</style>
background-color css
<style>
a { background-color: #8C0939; }
a { background-color: rgb(140,9,57); }
div.DivClassName
{
background-color: #8C0939;
}
.BgClassName
{
background-color: #8C0939;
}
</style>
border-color css
<style>
span { border-color: #8C0939; }
span { border-color: rgb(140,9,57); }
td.TdClassName
{
border-color: #8C0939;
}
.TagClassName
{
border-color: #8C0939;
}
</style>