Shades of Burgundy #8D0927
Tints of Burgundy #8D0927
RGB
CMYK
RGB Variations
Color information
#8D0927 (or 0x8D0927) is known color: Burgundy. HEX triplet: 8D, 09 and 27. RGB value is (141,9,39). Sum of RGB (Red+Green+Blue) = 141+9+39=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0927 is #72F6D8. Grayscale: #333333. Windows color (decimal): -7534297 or 2558349. OLE color: 2558349.
HSL color Cylindrical-coordinate representation of color #8D0927: hue angle of 346.36º 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 #8D0927 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 39 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.45 |
| HSL | 346.36º | 0.88% | 0.29% | - |
| HSV(B) | 346.36º | 0.94% | 0.55% | - |
| XYZ | 11.45 | 6 | 2.48 | - |
| YUV | 51.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 39 | 0 | 0.94 | 0.72 | 0.45 | 346.36 | 0.88 | 0.29 |
| Hex | 8D | 9 | 27 | 0 | 5E | 48 | 2D | 15A | 58 | 1D |
| Octal | 215 | 11 | 47 | 0 | 136 | 110 | 55 | 532 | 130 | 35 |
| Binary | 10001101 | 1001 | 100111 | 0 | 1011110 | 1001000 | 101101 | 101011010 | 1011000 | 11101 |
Color Harmonies of #8D0927
Complementary color
Monochromatic Colors of #8D0927
Black with #8D0927
Text Example
Text Example
White with #8D0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0927; }
p { color: rgb(141,9,39); }
H1.HeaderClassName
{
color: #8D0927;
}
.AnyTagClassName
{
color: #8D0927;
}
</style>
background-color css
<style>
a { background-color: #8D0927; }
a { background-color: rgb(141,9,39); }
div.DivClassName
{
background-color: #8D0927;
}
.BgClassName
{
background-color: #8D0927;
}
</style>
border-color css
<style>
span { border-color: #8D0927; }
span { border-color: rgb(141,9,39); }
td.TdClassName
{
border-color: #8D0927;
}
.TagClassName
{
border-color: #8D0927;
}
</style>