Shades of Burgundy #8D023F
Tints of Burgundy #8D023F
RGB
CMYK
RGB Variations
Color information
#8D023F (or 0x8D023F) is known color: Burgundy. HEX triplet: 8D, 02 and 3F. RGB value is (141,2,63). Sum of RGB (Red+Green+Blue) = 141+2+63=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D023F is #72FDC0. Grayscale: #323232. Windows color (decimal): -7536065 or 4129421. OLE color: 4129421.
HSL color Cylindrical-coordinate representation of color #8D023F: hue angle of 333.67º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D023F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.45 |
| HSL | 333.67º | 0.97% | 0.28% | - |
| HSV(B) | 333.67º | 0.99% | 0.55% | - |
| XYZ | 11.9 | 6.07 | 5.25 | - |
| YUV | 50.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 63 | 0 | 0.99 | 0.55 | 0.45 | 333.67 | 0.97 | 0.28 |
| Hex | 8D | 2 | 3F | 0 | 63 | 37 | 2D | 14E | 61 | 1C |
| Octal | 215 | 2 | 77 | 0 | 143 | 67 | 55 | 516 | 141 | 34 |
| Binary | 10001101 | 10 | 111111 | 0 | 1100011 | 110111 | 101101 | 101001110 | 1100001 | 11100 |
Color Harmonies of #8D023F
Complementary color
Monochromatic Colors of #8D023F
Black with #8D023F
Text Example
Text Example
White with #8D023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D023F; }
p { color: rgb(141,2,63); }
H1.HeaderClassName
{
color: #8D023F;
}
.AnyTagClassName
{
color: #8D023F;
}
</style>
background-color css
<style>
a { background-color: #8D023F; }
a { background-color: rgb(141,2,63); }
div.DivClassName
{
background-color: #8D023F;
}
.BgClassName
{
background-color: #8D023F;
}
</style>
border-color css
<style>
span { border-color: #8D023F; }
span { border-color: rgb(141,2,63); }
td.TdClassName
{
border-color: #8D023F;
}
.TagClassName
{
border-color: #8D023F;
}
</style>