Shades of Burgundy #6E0029
Tints of Burgundy #6E0029
RGB
CMYK
RGB Variations
Color information
#6E0029 (or 0x6E0029) is known color: Burgundy. HEX triplet: 6E, 00 and 29. RGB value is (110,0,41). Sum of RGB (Red+Green+Blue) = 110+0+41=151 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.85% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0029 is #91FFD6. Grayscale: #252525. Windows color (decimal): -9568215 or 2687086. OLE color: 2687086.
HSL color Cylindrical-coordinate representation of color #6E0029: hue angle of 337.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0029 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.63 | 0.57 |
| HSL | 337.64º | 1% | 0.22% | - |
| HSV(B) | 337.64º | 1% | 0.43% | - |
| XYZ | 6.83 | 3.48 | 2.41 | - |
| YUV | 37.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 41 | 0 | 1 | 0.63 | 0.57 | 337.64 | 1 | 0.22 |
| Hex | 6E | 0 | 29 | 0 | 64 | 3F | 39 | 152 | 64 | 16 |
| Octal | 156 | 0 | 51 | 0 | 144 | 77 | 71 | 522 | 144 | 26 |
| Binary | 1101110 | 0 | 101001 | 0 | 1100100 | 111111 | 111001 | 101010010 | 1100100 | 10110 |
Color Harmonies of #6E0029
Complementary color
Monochromatic Colors of #6E0029
Black with #6E0029
Text Example
Text Example
White with #6E0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0029; }
p { color: rgb(110,0,41); }
H1.HeaderClassName
{
color: #6E0029;
}
.AnyTagClassName
{
color: #6E0029;
}
</style>
background-color css
<style>
a { background-color: #6E0029; }
a { background-color: rgb(110,0,41); }
div.DivClassName
{
background-color: #6E0029;
}
.BgClassName
{
background-color: #6E0029;
}
</style>
border-color css
<style>
span { border-color: #6E0029; }
span { border-color: rgb(110,0,41); }
td.TdClassName
{
border-color: #6E0029;
}
.TagClassName
{
border-color: #6E0029;
}
</style>