Shades of Burgundy #8C122B
Tints of Burgundy #8C122B
RGB
CMYK
RGB Variations
Color information
#8C122B (or 0x8C122B) is known color: Burgundy. HEX triplet: 8C, 12 and 2B. RGB value is (140,18,43). Sum of RGB (Red+Green+Blue) = 140+18+43=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C122B is #73EDD4. Grayscale: #393939. Windows color (decimal): -7597525 or 2822796. OLE color: 2822796.
HSL color Cylindrical-coordinate representation of color #8C122B: hue angle of 347.7º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C122B is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 43 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.45 |
| HSL | 347.7º | 0.77% | 0.31% | - |
| HSV(B) | 347.7º | 0.87% | 0.55% | - |
| XYZ | 11.47 | 6.18 | 2.87 | - |
| YUV | 57.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 43 | 0 | 0.87 | 0.69 | 0.45 | 347.7 | 0.77 | 0.31 |
| Hex | 8C | 12 | 2B | 0 | 57 | 45 | 2D | 15C | 4D | 1F |
| Octal | 214 | 22 | 53 | 0 | 127 | 105 | 55 | 534 | 115 | 37 |
| Binary | 10001100 | 10010 | 101011 | 0 | 1010111 | 1000101 | 101101 | 101011100 | 1001101 | 11111 |
Color Harmonies of #8C122B
Complementary color
Monochromatic Colors of #8C122B
Black with #8C122B
Text Example
Text Example
White with #8C122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C122B; }
p { color: rgb(140,18,43); }
H1.HeaderClassName
{
color: #8C122B;
}
.AnyTagClassName
{
color: #8C122B;
}
</style>
background-color css
<style>
a { background-color: #8C122B; }
a { background-color: rgb(140,18,43); }
div.DivClassName
{
background-color: #8C122B;
}
.BgClassName
{
background-color: #8C122B;
}
</style>
border-color css
<style>
span { border-color: #8C122B; }
span { border-color: rgb(140,18,43); }
td.TdClassName
{
border-color: #8C122B;
}
.TagClassName
{
border-color: #8C122B;
}
</style>