Shades of Burgundy #8C0427
Tints of Burgundy #8C0427
RGB
CMYK
RGB Variations
Color information
#8C0427 (or 0x8C0427) is known color: Burgundy. HEX triplet: 8C, 04 and 27. RGB value is (140,4,39). Sum of RGB (Red+Green+Blue) = 140+4+39=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0427 is #73FBD8. Grayscale: #303030. Windows color (decimal): -7601113 or 2557068. OLE color: 2557068.
HSL color Cylindrical-coordinate representation of color #8C0427: hue angle of 344.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0427 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 39 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.45 |
| HSL | 344.56º | 0.94% | 0.28% | - |
| HSV(B) | 344.56º | 0.97% | 0.55% | - |
| XYZ | 11.22 | 5.81 | 2.45 | - |
| YUV | 48.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 39 | 0 | 0.97 | 0.72 | 0.45 | 344.56 | 0.94 | 0.28 |
| Hex | 8C | 4 | 27 | 0 | 61 | 48 | 2D | 159 | 5E | 1C |
| Octal | 214 | 4 | 47 | 0 | 141 | 110 | 55 | 531 | 136 | 34 |
| Binary | 10001100 | 100 | 100111 | 0 | 1100001 | 1001000 | 101101 | 101011001 | 1011110 | 11100 |
Color Harmonies of #8C0427
Complementary color
Monochromatic Colors of #8C0427
Black with #8C0427
Text Example
Text Example
White with #8C0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0427; }
p { color: rgb(140,4,39); }
H1.HeaderClassName
{
color: #8C0427;
}
.AnyTagClassName
{
color: #8C0427;
}
</style>
background-color css
<style>
a { background-color: #8C0427; }
a { background-color: rgb(140,4,39); }
div.DivClassName
{
background-color: #8C0427;
}
.BgClassName
{
background-color: #8C0427;
}
</style>
border-color css
<style>
span { border-color: #8C0427; }
span { border-color: rgb(140,4,39); }
td.TdClassName
{
border-color: #8C0427;
}
.TagClassName
{
border-color: #8C0427;
}
</style>