Shades of Burgundy #8C032B
Tints of Burgundy #8C032B
RGB
CMYK
RGB Variations
Color information
#8C032B (or 0x8C032B) is known color: Burgundy. HEX triplet: 8C, 03 and 2B. RGB value is (140,3,43). Sum of RGB (Red+Green+Blue) = 140+3+43=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C032B is #73FCD4. Grayscale: #303030. Windows color (decimal): -7601365 or 2818956. OLE color: 2818956.
HSL color Cylindrical-coordinate representation of color #8C032B: hue angle of 342.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C032B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.45 |
| HSL | 342.48º | 0.96% | 0.28% | - |
| HSV(B) | 342.48º | 0.98% | 0.55% | - |
| XYZ | 11.28 | 5.81 | 2.81 | - |
| YUV | 48.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 43 | 0 | 0.98 | 0.69 | 0.45 | 342.48 | 0.96 | 0.28 |
| Hex | 8C | 3 | 2B | 0 | 62 | 45 | 2D | 156 | 60 | 1C |
| Octal | 214 | 3 | 53 | 0 | 142 | 105 | 55 | 526 | 140 | 34 |
| Binary | 10001100 | 11 | 101011 | 0 | 1100010 | 1000101 | 101101 | 101010110 | 1100000 | 11100 |
Color Harmonies of #8C032B
Complementary color
Monochromatic Colors of #8C032B
Black with #8C032B
Text Example
Text Example
White with #8C032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C032B; }
p { color: rgb(140,3,43); }
H1.HeaderClassName
{
color: #8C032B;
}
.AnyTagClassName
{
color: #8C032B;
}
</style>
background-color css
<style>
a { background-color: #8C032B; }
a { background-color: rgb(140,3,43); }
div.DivClassName
{
background-color: #8C032B;
}
.BgClassName
{
background-color: #8C032B;
}
</style>
border-color css
<style>
span { border-color: #8C032B; }
span { border-color: rgb(140,3,43); }
td.TdClassName
{
border-color: #8C032B;
}
.TagClassName
{
border-color: #8C032B;
}
</style>