Shades of Burgundy #6E091D
Tints of Burgundy #6E091D
RGB
CMYK
RGB Variations
Color information
#6E091D (or 0x6E091D) is known color: Burgundy. HEX triplet: 6E, 09 and 1D. RGB value is (110,9,29). Sum of RGB (Red+Green+Blue) = 110+9+29=148 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.32% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 110 - color contains mainly: red. Hex color #6E091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E091D is #91F6E2. Grayscale: #292929. Windows color (decimal): -9565923 or 1902958. OLE color: 1902958.
HSL color Cylindrical-coordinate representation of color #6E091D: hue angle of 348.12º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E091D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 29 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.57 |
| HSL | 348.12º | 0.85% | 0.23% | - |
| HSV(B) | 348.12º | 0.92% | 0.43% | - |
| XYZ | 6.75 | 3.6 | 1.5 | - |
| YUV | 41.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 29 | 0 | 0.92 | 0.74 | 0.57 | 348.12 | 0.85 | 0.23 |
| Hex | 6E | 9 | 1D | 0 | 5C | 4A | 39 | 15C | 55 | 17 |
| Octal | 156 | 11 | 35 | 0 | 134 | 112 | 71 | 534 | 125 | 27 |
| Binary | 1101110 | 1001 | 11101 | 0 | 1011100 | 1001010 | 111001 | 101011100 | 1010101 | 10111 |
Color Harmonies of #6E091D
Complementary color
Monochromatic Colors of #6E091D
Black with #6E091D
Text Example
Text Example
White with #6E091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E091D; }
p { color: rgb(110,9,29); }
H1.HeaderClassName
{
color: #6E091D;
}
.AnyTagClassName
{
color: #6E091D;
}
</style>
background-color css
<style>
a { background-color: #6E091D; }
a { background-color: rgb(110,9,29); }
div.DivClassName
{
background-color: #6E091D;
}
.BgClassName
{
background-color: #6E091D;
}
</style>
border-color css
<style>
span { border-color: #6E091D; }
span { border-color: rgb(110,9,29); }
td.TdClassName
{
border-color: #6E091D;
}
.TagClassName
{
border-color: #6E091D;
}
</style>