Shades of Burgundy #8C032F
Tints of Burgundy #8C032F
RGB
CMYK
RGB Variations
Color information
#8C032F (or 0x8C032F) is known color: Burgundy. HEX triplet: 8C, 03 and 2F. RGB value is (140,3,47). Sum of RGB (Red+Green+Blue) = 140+3+47=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C032F is #73FCD0. Grayscale: #303030. Windows color (decimal): -7601361 or 3081100. OLE color: 3081100.
HSL color Cylindrical-coordinate representation of color #8C032F: hue angle of 340.73º 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 #8C032F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.45 |
| HSL | 340.73º | 0.96% | 0.28% | - |
| HSV(B) | 340.73º | 0.98% | 0.55% | - |
| XYZ | 11.36 | 5.85 | 3.22 | - |
| YUV | 48.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 47 | 0 | 0.98 | 0.66 | 0.45 | 340.73 | 0.96 | 0.28 |
| Hex | 8C | 3 | 2F | 0 | 62 | 42 | 2D | 155 | 60 | 1C |
| Octal | 214 | 3 | 57 | 0 | 142 | 102 | 55 | 525 | 140 | 34 |
| Binary | 10001100 | 11 | 101111 | 0 | 1100010 | 1000010 | 101101 | 101010101 | 1100000 | 11100 |
Color Harmonies of #8C032F
Complementary color
Monochromatic Colors of #8C032F
Black with #8C032F
Text Example
Text Example
White with #8C032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C032F; }
p { color: rgb(140,3,47); }
H1.HeaderClassName
{
color: #8C032F;
}
.AnyTagClassName
{
color: #8C032F;
}
</style>
background-color css
<style>
a { background-color: #8C032F; }
a { background-color: rgb(140,3,47); }
div.DivClassName
{
background-color: #8C032F;
}
.BgClassName
{
background-color: #8C032F;
}
</style>
border-color css
<style>
span { border-color: #8C032F; }
span { border-color: rgb(140,3,47); }
td.TdClassName
{
border-color: #8C032F;
}
.TagClassName
{
border-color: #8C032F;
}
</style>