Shades of Burgundy #8C023F
Tints of Burgundy #8C023F
RGB
CMYK
RGB Variations
Color information
#8C023F (or 0x8C023F) is known color: Burgundy. HEX triplet: 8C, 02 and 3F. RGB value is (140,2,63). Sum of RGB (Red+Green+Blue) = 140+2+63=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C023F is #73FDC0. Grayscale: #323232. Windows color (decimal): -7601601 or 4129420. OLE color: 4129420.
HSL color Cylindrical-coordinate representation of color #8C023F: hue angle of 333.48º 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 #8C023F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.45 |
| HSL | 333.48º | 0.97% | 0.28% | - |
| HSV(B) | 333.48º | 0.99% | 0.55% | - |
| XYZ | 11.73 | 5.98 | 5.24 | - |
| YUV | 50.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 63 | 0 | 0.99 | 0.55 | 0.45 | 333.48 | 0.97 | 0.28 |
| Hex | 8C | 2 | 3F | 0 | 63 | 37 | 2D | 14D | 61 | 1C |
| Octal | 214 | 2 | 77 | 0 | 143 | 67 | 55 | 515 | 141 | 34 |
| Binary | 10001100 | 10 | 111111 | 0 | 1100011 | 110111 | 101101 | 101001101 | 1100001 | 11100 |
Color Harmonies of #8C023F
Complementary color
Monochromatic Colors of #8C023F
Black with #8C023F
Text Example
Text Example
White with #8C023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C023F; }
p { color: rgb(140,2,63); }
H1.HeaderClassName
{
color: #8C023F;
}
.AnyTagClassName
{
color: #8C023F;
}
</style>
background-color css
<style>
a { background-color: #8C023F; }
a { background-color: rgb(140,2,63); }
div.DivClassName
{
background-color: #8C023F;
}
.BgClassName
{
background-color: #8C023F;
}
</style>
border-color css
<style>
span { border-color: #8C023F; }
span { border-color: rgb(140,2,63); }
td.TdClassName
{
border-color: #8C023F;
}
.TagClassName
{
border-color: #8C023F;
}
</style>