Shades of Burgundy #8C0D26
Tints of Burgundy #8C0D26
RGB
CMYK
RGB Variations
Color information
#8C0D26 (or 0x8C0D26) is known color: Burgundy. HEX triplet: 8C, 0D and 26. RGB value is (140,13,38). Sum of RGB (Red+Green+Blue) = 140+13+38=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D26 is #73F2D9. Grayscale: #353535. Windows color (decimal): -7598810 or 2493836. OLE color: 2493836.
HSL color Cylindrical-coordinate representation of color #8C0D26: hue angle of 348.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D26 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 38 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.45 |
| HSL | 348.19º | 0.83% | 0.3% | - |
| HSV(B) | 348.19º | 0.91% | 0.55% | - |
| XYZ | 11.31 | 6 | 2.4 | - |
| YUV | 53.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 38 | 0 | 0.91 | 0.73 | 0.45 | 348.19 | 0.83 | 0.3 |
| Hex | 8C | D | 26 | 0 | 5B | 49 | 2D | 15C | 53 | 1E |
| Octal | 214 | 15 | 46 | 0 | 133 | 111 | 55 | 534 | 123 | 36 |
| Binary | 10001100 | 1101 | 100110 | 0 | 1011011 | 1001001 | 101101 | 101011100 | 1010011 | 11110 |
Color Harmonies of #8C0D26
Complementary color
Monochromatic Colors of #8C0D26
Black with #8C0D26
Text Example
Text Example
White with #8C0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D26; }
p { color: rgb(140,13,38); }
H1.HeaderClassName
{
color: #8C0D26;
}
.AnyTagClassName
{
color: #8C0D26;
}
</style>
background-color css
<style>
a { background-color: #8C0D26; }
a { background-color: rgb(140,13,38); }
div.DivClassName
{
background-color: #8C0D26;
}
.BgClassName
{
background-color: #8C0D26;
}
</style>
border-color css
<style>
span { border-color: #8C0D26; }
span { border-color: rgb(140,13,38); }
td.TdClassName
{
border-color: #8C0D26;
}
.TagClassName
{
border-color: #8C0D26;
}
</style>