Shades of Burgundy #8C1029
Tints of Burgundy #8C1029
RGB
CMYK
RGB Variations
Color information
#8C1029 (or 0x8C1029) is known color: Burgundy. HEX triplet: 8C, 10 and 29. RGB value is (140,16,41). Sum of RGB (Red+Green+Blue) = 140+16+41=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1029 is #73EFD6. Grayscale: #373737. Windows color (decimal): -7598039 or 2691212. OLE color: 2691212.
HSL color Cylindrical-coordinate representation of color #8C1029: hue angle of 347.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1029 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 41 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.45 |
| HSL | 347.9º | 0.79% | 0.31% | - |
| HSV(B) | 347.9º | 0.89% | 0.55% | - |
| XYZ | 11.4 | 6.11 | 2.68 | - |
| YUV | 55.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 41 | 0 | 0.89 | 0.71 | 0.45 | 347.9 | 0.79 | 0.31 |
| Hex | 8C | 10 | 29 | 0 | 59 | 47 | 2D | 15C | 4F | 1F |
| Octal | 214 | 20 | 51 | 0 | 131 | 107 | 55 | 534 | 117 | 37 |
| Binary | 10001100 | 10000 | 101001 | 0 | 1011001 | 1000111 | 101101 | 101011100 | 1001111 | 11111 |
Color Harmonies of #8C1029
Complementary color
Monochromatic Colors of #8C1029
Black with #8C1029
Text Example
Text Example
White with #8C1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1029; }
p { color: rgb(140,16,41); }
H1.HeaderClassName
{
color: #8C1029;
}
.AnyTagClassName
{
color: #8C1029;
}
</style>
background-color css
<style>
a { background-color: #8C1029; }
a { background-color: rgb(140,16,41); }
div.DivClassName
{
background-color: #8C1029;
}
.BgClassName
{
background-color: #8C1029;
}
</style>
border-color css
<style>
span { border-color: #8C1029; }
span { border-color: rgb(140,16,41); }
td.TdClassName
{
border-color: #8C1029;
}
.TagClassName
{
border-color: #8C1029;
}
</style>