Shades of Burgundy #8C0525
Tints of Burgundy #8C0525
RGB
CMYK
RGB Variations
Color information
#8C0525 (or 0x8C0525) is known color: Burgundy. HEX triplet: 8C, 05 and 25. RGB value is (140,5,37). Sum of RGB (Red+Green+Blue) = 140+5+37=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0525 is #73FADA. Grayscale: #313131. Windows color (decimal): -7600859 or 2426252. OLE color: 2426252.
HSL color Cylindrical-coordinate representation of color #8C0525: hue angle of 345.78º 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 #8C0525 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.45 |
| HSL | 345.78º | 0.93% | 0.28% | - |
| HSV(B) | 345.78º | 0.96% | 0.55% | - |
| XYZ | 11.2 | 5.82 | 2.28 | - |
| YUV | 49.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 37 | 0 | 0.96 | 0.74 | 0.45 | 345.78 | 0.93 | 0.28 |
| Hex | 8C | 5 | 25 | 0 | 60 | 4A | 2D | 15A | 5D | 1C |
| Octal | 214 | 5 | 45 | 0 | 140 | 112 | 55 | 532 | 135 | 34 |
| Binary | 10001100 | 101 | 100101 | 0 | 1100000 | 1001010 | 101101 | 101011010 | 1011101 | 11100 |
Color Harmonies of #8C0525
Complementary color
Monochromatic Colors of #8C0525
Black with #8C0525
Text Example
Text Example
White with #8C0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0525; }
p { color: rgb(140,5,37); }
H1.HeaderClassName
{
color: #8C0525;
}
.AnyTagClassName
{
color: #8C0525;
}
</style>
background-color css
<style>
a { background-color: #8C0525; }
a { background-color: rgb(140,5,37); }
div.DivClassName
{
background-color: #8C0525;
}
.BgClassName
{
background-color: #8C0525;
}
</style>
border-color css
<style>
span { border-color: #8C0525; }
span { border-color: rgb(140,5,37); }
td.TdClassName
{
border-color: #8C0525;
}
.TagClassName
{
border-color: #8C0525;
}
</style>