Shades of Burgundy #8D0930
Tints of Burgundy #8D0930
RGB
CMYK
RGB Variations
Color information
#8D0930 (or 0x8D0930) is known color: Burgundy. HEX triplet: 8D, 09 and 30. RGB value is (141,9,48). Sum of RGB (Red+Green+Blue) = 141+9+48=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0930 is #72F6CF. Grayscale: #343434. Windows color (decimal): -7534288 or 3148173. OLE color: 3148173.
HSL color Cylindrical-coordinate representation of color #8D0930: hue angle of 342.27º 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 #8D0930 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 48 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.45 |
| HSL | 342.27º | 0.88% | 0.29% | - |
| HSV(B) | 342.27º | 0.94% | 0.55% | - |
| XYZ | 11.62 | 6.07 | 3.36 | - |
| YUV | 52.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 48 | 0 | 0.94 | 0.66 | 0.45 | 342.27 | 0.88 | 0.29 |
| Hex | 8D | 9 | 30 | 0 | 5E | 42 | 2D | 156 | 58 | 1D |
| Octal | 215 | 11 | 60 | 0 | 136 | 102 | 55 | 526 | 130 | 35 |
| Binary | 10001101 | 1001 | 110000 | 0 | 1011110 | 1000010 | 101101 | 101010110 | 1011000 | 11101 |
Color Harmonies of #8D0930
Complementary color
Monochromatic Colors of #8D0930
Black with #8D0930
Text Example
Text Example
White with #8D0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0930; }
p { color: rgb(141,9,48); }
H1.HeaderClassName
{
color: #8D0930;
}
.AnyTagClassName
{
color: #8D0930;
}
</style>
background-color css
<style>
a { background-color: #8D0930; }
a { background-color: rgb(141,9,48); }
div.DivClassName
{
background-color: #8D0930;
}
.BgClassName
{
background-color: #8D0930;
}
</style>
border-color css
<style>
span { border-color: #8D0930; }
span { border-color: rgb(141,9,48); }
td.TdClassName
{
border-color: #8D0930;
}
.TagClassName
{
border-color: #8D0930;
}
</style>