Shades of Burgundy #8C0A25
Tints of Burgundy #8C0A25
RGB
CMYK
RGB Variations
Color information
#8C0A25 (or 0x8C0A25) is known color: Burgundy. HEX triplet: 8C, 0A and 25. RGB value is (140,10,37). Sum of RGB (Red+Green+Blue) = 140+10+37=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A25 is #73F5DA. Grayscale: #333333. Windows color (decimal): -7599579 or 2427532. OLE color: 2427532.
HSL color Cylindrical-coordinate representation of color #8C0A25: hue angle of 347.54º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A25 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 37 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.45 |
| HSL | 347.54º | 0.87% | 0.29% | - |
| HSV(B) | 347.54º | 0.93% | 0.55% | - |
| XYZ | 11.26 | 5.93 | 2.3 | - |
| YUV | 51.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 37 | 0 | 0.93 | 0.74 | 0.45 | 347.54 | 0.87 | 0.29 |
| Hex | 8C | A | 25 | 0 | 5D | 4A | 2D | 15C | 57 | 1D |
| Octal | 214 | 12 | 45 | 0 | 135 | 112 | 55 | 534 | 127 | 35 |
| Binary | 10001100 | 1010 | 100101 | 0 | 1011101 | 1001010 | 101101 | 101011100 | 1010111 | 11101 |
Color Harmonies of #8C0A25
Complementary color
Monochromatic Colors of #8C0A25
Black with #8C0A25
Text Example
Text Example
White with #8C0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A25; }
p { color: rgb(140,10,37); }
H1.HeaderClassName
{
color: #8C0A25;
}
.AnyTagClassName
{
color: #8C0A25;
}
</style>
background-color css
<style>
a { background-color: #8C0A25; }
a { background-color: rgb(140,10,37); }
div.DivClassName
{
background-color: #8C0A25;
}
.BgClassName
{
background-color: #8C0A25;
}
</style>
border-color css
<style>
span { border-color: #8C0A25; }
span { border-color: rgb(140,10,37); }
td.TdClassName
{
border-color: #8C0A25;
}
.TagClassName
{
border-color: #8C0A25;
}
</style>