Shades of Burgundy #8D0A2D
Tints of Burgundy #8D0A2D
RGB
CMYK
RGB Variations
Color information
#8D0A2D (or 0x8D0A2D) is known color: Burgundy. HEX triplet: 8D, 0A and 2D. RGB value is (141,10,45). Sum of RGB (Red+Green+Blue) = 141+10+45=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A2D is #72F5D2. Grayscale: #353535. Windows color (decimal): -7534035 or 2951821. OLE color: 2951821.
HSL color Cylindrical-coordinate representation of color #8D0A2D: hue angle of 343.97º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A2D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.45 |
| HSL | 343.97º | 0.87% | 0.3% | - |
| HSV(B) | 343.97º | 0.93% | 0.55% | - |
| XYZ | 11.57 | 6.07 | 3.04 | - |
| YUV | 53.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 45 | 0 | 0.93 | 0.68 | 0.45 | 343.97 | 0.87 | 0.3 |
| Hex | 8D | A | 2D | 0 | 5D | 44 | 2D | 158 | 57 | 1E |
| Octal | 215 | 12 | 55 | 0 | 135 | 104 | 55 | 530 | 127 | 36 |
| Binary | 10001101 | 1010 | 101101 | 0 | 1011101 | 1000100 | 101101 | 101011000 | 1010111 | 11110 |
Color Harmonies of #8D0A2D
Complementary color
Monochromatic Colors of #8D0A2D
Black with #8D0A2D
Text Example
Text Example
White with #8D0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A2D; }
p { color: rgb(141,10,45); }
H1.HeaderClassName
{
color: #8D0A2D;
}
.AnyTagClassName
{
color: #8D0A2D;
}
</style>
background-color css
<style>
a { background-color: #8D0A2D; }
a { background-color: rgb(141,10,45); }
div.DivClassName
{
background-color: #8D0A2D;
}
.BgClassName
{
background-color: #8D0A2D;
}
</style>
border-color css
<style>
span { border-color: #8D0A2D; }
span { border-color: rgb(141,10,45); }
td.TdClassName
{
border-color: #8D0A2D;
}
.TagClassName
{
border-color: #8D0A2D;
}
</style>