Shades of Burgundy #8C0538
Tints of Burgundy #8C0538
RGB
CMYK
RGB Variations
Color information
#8C0538 (or 0x8C0538) is known color: Burgundy. HEX triplet: 8C, 05 and 38. RGB value is (140,5,56). Sum of RGB (Red+Green+Blue) = 140+5+56=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0538 is #73FAC7. Grayscale: #333333. Windows color (decimal): -7600840 or 3671436. OLE color: 3671436.
HSL color Cylindrical-coordinate representation of color #8C0538: hue angle of 337.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0538 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 56 | - |
| CMYK | 0 | 0.96 | 0.6 | 0.45 |
| HSL | 337.33º | 0.93% | 0.28% | - |
| HSV(B) | 337.33º | 0.96% | 0.55% | - |
| XYZ | 11.58 | 5.97 | 4.28 | - |
| YUV | 51.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 56 | 0 | 0.96 | 0.6 | 0.45 | 337.33 | 0.93 | 0.28 |
| Hex | 8C | 5 | 38 | 0 | 60 | 3C | 2D | 151 | 5D | 1C |
| Octal | 214 | 5 | 70 | 0 | 140 | 74 | 55 | 521 | 135 | 34 |
| Binary | 10001100 | 101 | 111000 | 0 | 1100000 | 111100 | 101101 | 101010001 | 1011101 | 11100 |
Color Harmonies of #8C0538
Complementary color
Monochromatic Colors of #8C0538
Black with #8C0538
Text Example
Text Example
White with #8C0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0538; }
p { color: rgb(140,5,56); }
H1.HeaderClassName
{
color: #8C0538;
}
.AnyTagClassName
{
color: #8C0538;
}
</style>
background-color css
<style>
a { background-color: #8C0538; }
a { background-color: rgb(140,5,56); }
div.DivClassName
{
background-color: #8C0538;
}
.BgClassName
{
background-color: #8C0538;
}
</style>
border-color css
<style>
span { border-color: #8C0538; }
span { border-color: rgb(140,5,56); }
td.TdClassName
{
border-color: #8C0538;
}
.TagClassName
{
border-color: #8C0538;
}
</style>