Shades of Burgundy #8D0933
Tints of Burgundy #8D0933
RGB
CMYK
RGB Variations
Color information
#8D0933 (or 0x8D0933) is known color: Burgundy. HEX triplet: 8D, 09 and 33. RGB value is (141,9,51). Sum of RGB (Red+Green+Blue) = 141+9+51=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0933 is #72F6CC. Grayscale: #353535. Windows color (decimal): -7534285 or 3344781. OLE color: 3344781.
HSL color Cylindrical-coordinate representation of color #8D0933: hue angle of 340.91º 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 #8D0933 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 51 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.45 |
| HSL | 340.91º | 0.88% | 0.29% | - |
| HSV(B) | 340.91º | 0.94% | 0.55% | - |
| XYZ | 11.68 | 6.1 | 3.69 | - |
| YUV | 53.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 51 | 0 | 0.94 | 0.64 | 0.45 | 340.91 | 0.88 | 0.29 |
| Hex | 8D | 9 | 33 | 0 | 5E | 40 | 2D | 155 | 58 | 1D |
| Octal | 215 | 11 | 63 | 0 | 136 | 100 | 55 | 525 | 130 | 35 |
| Binary | 10001101 | 1001 | 110011 | 0 | 1011110 | 1000000 | 101101 | 101010101 | 1011000 | 11101 |
Color Harmonies of #8D0933
Complementary color
Monochromatic Colors of #8D0933
Black with #8D0933
Text Example
Text Example
White with #8D0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0933; }
p { color: rgb(141,9,51); }
H1.HeaderClassName
{
color: #8D0933;
}
.AnyTagClassName
{
color: #8D0933;
}
</style>
background-color css
<style>
a { background-color: #8D0933; }
a { background-color: rgb(141,9,51); }
div.DivClassName
{
background-color: #8D0933;
}
.BgClassName
{
background-color: #8D0933;
}
</style>
border-color css
<style>
span { border-color: #8D0933; }
span { border-color: rgb(141,9,51); }
td.TdClassName
{
border-color: #8D0933;
}
.TagClassName
{
border-color: #8D0933;
}
</style>