Shades of Burgundy #8D073A
Tints of Burgundy #8D073A
RGB
CMYK
RGB Variations
Color information
#8D073A (or 0x8D073A) is known color: Burgundy. HEX triplet: 8D, 07 and 3A. RGB value is (141,7,58). Sum of RGB (Red+Green+Blue) = 141+7+58=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D073A is #72F8C5. Grayscale: #343434. Windows color (decimal): -7534790 or 3803021. OLE color: 3803021.
HSL color Cylindrical-coordinate representation of color #8D073A: hue angle of 337.16º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D073A is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 58 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.45 |
| HSL | 337.16º | 0.91% | 0.29% | - |
| HSV(B) | 337.16º | 0.95% | 0.55% | - |
| XYZ | 11.82 | 6.12 | 4.56 | - |
| YUV | 52.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 58 | 0 | 0.95 | 0.59 | 0.45 | 337.16 | 0.91 | 0.29 |
| Hex | 8D | 7 | 3A | 0 | 5F | 3B | 2D | 151 | 5B | 1D |
| Octal | 215 | 7 | 72 | 0 | 137 | 73 | 55 | 521 | 133 | 35 |
| Binary | 10001101 | 111 | 111010 | 0 | 1011111 | 111011 | 101101 | 101010001 | 1011011 | 11101 |
Color Harmonies of #8D073A
Complementary color
Monochromatic Colors of #8D073A
Black with #8D073A
Text Example
Text Example
White with #8D073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D073A; }
p { color: rgb(141,7,58); }
H1.HeaderClassName
{
color: #8D073A;
}
.AnyTagClassName
{
color: #8D073A;
}
</style>
background-color css
<style>
a { background-color: #8D073A; }
a { background-color: rgb(141,7,58); }
div.DivClassName
{
background-color: #8D073A;
}
.BgClassName
{
background-color: #8D073A;
}
</style>
border-color css
<style>
span { border-color: #8D073A; }
span { border-color: rgb(141,7,58); }
td.TdClassName
{
border-color: #8D073A;
}
.TagClassName
{
border-color: #8D073A;
}
</style>