Shades of Burgundy #8C0327
Tints of Burgundy #8C0327
RGB
CMYK
RGB Variations
Color information
#8C0327 (or 0x8C0327) is known color: Burgundy. HEX triplet: 8C, 03 and 27. RGB value is (140,3,39). Sum of RGB (Red+Green+Blue) = 140+3+39=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0327 is #73FCD8. Grayscale: #303030. Windows color (decimal): -7601369 or 2556812. OLE color: 2556812.
HSL color Cylindrical-coordinate representation of color #8C0327: hue angle of 344.23º 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 #8C0327 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.45 |
| HSL | 344.23º | 0.96% | 0.28% | - |
| HSV(B) | 344.23º | 0.98% | 0.55% | - |
| XYZ | 11.21 | 5.79 | 2.45 | - |
| YUV | 48.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 39 | 0 | 0.98 | 0.72 | 0.45 | 344.23 | 0.96 | 0.28 |
| Hex | 8C | 3 | 27 | 0 | 62 | 48 | 2D | 158 | 60 | 1C |
| Octal | 214 | 3 | 47 | 0 | 142 | 110 | 55 | 530 | 140 | 34 |
| Binary | 10001100 | 11 | 100111 | 0 | 1100010 | 1001000 | 101101 | 101011000 | 1100000 | 11100 |
Color Harmonies of #8C0327
Complementary color
Monochromatic Colors of #8C0327
Black with #8C0327
Text Example
Text Example
White with #8C0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0327; }
p { color: rgb(140,3,39); }
H1.HeaderClassName
{
color: #8C0327;
}
.AnyTagClassName
{
color: #8C0327;
}
</style>
background-color css
<style>
a { background-color: #8C0327; }
a { background-color: rgb(140,3,39); }
div.DivClassName
{
background-color: #8C0327;
}
.BgClassName
{
background-color: #8C0327;
}
</style>
border-color css
<style>
span { border-color: #8C0327; }
span { border-color: rgb(140,3,39); }
td.TdClassName
{
border-color: #8C0327;
}
.TagClassName
{
border-color: #8C0327;
}
</style>