Shades of Burgundy #8C0927
Tints of Burgundy #8C0927
RGB
CMYK
RGB Variations
Color information
#8C0927 (or 0x8C0927) is known color: Burgundy. HEX triplet: 8C, 09 and 27. RGB value is (140,9,39). Sum of RGB (Red+Green+Blue) = 140+9+39=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0927 is #73F6D8. Grayscale: #333333. Windows color (decimal): -7599833 or 2558348. OLE color: 2558348.
HSL color Cylindrical-coordinate representation of color #8C0927: hue angle of 346.26º 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 #8C0927 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 39 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.45 |
| HSL | 346.26º | 0.88% | 0.29% | - |
| HSV(B) | 346.26º | 0.94% | 0.55% | - |
| XYZ | 11.28 | 5.92 | 2.47 | - |
| YUV | 51.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 39 | 0 | 0.94 | 0.72 | 0.45 | 346.26 | 0.88 | 0.29 |
| Hex | 8C | 9 | 27 | 0 | 5E | 48 | 2D | 15A | 58 | 1D |
| Octal | 214 | 11 | 47 | 0 | 136 | 110 | 55 | 532 | 130 | 35 |
| Binary | 10001100 | 1001 | 100111 | 0 | 1011110 | 1001000 | 101101 | 101011010 | 1011000 | 11101 |
Color Harmonies of #8C0927
Complementary color
Monochromatic Colors of #8C0927
Black with #8C0927
Text Example
Text Example
White with #8C0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0927; }
p { color: rgb(140,9,39); }
H1.HeaderClassName
{
color: #8C0927;
}
.AnyTagClassName
{
color: #8C0927;
}
</style>
background-color css
<style>
a { background-color: #8C0927; }
a { background-color: rgb(140,9,39); }
div.DivClassName
{
background-color: #8C0927;
}
.BgClassName
{
background-color: #8C0927;
}
</style>
border-color css
<style>
span { border-color: #8C0927; }
span { border-color: rgb(140,9,39); }
td.TdClassName
{
border-color: #8C0927;
}
.TagClassName
{
border-color: #8C0927;
}
</style>