Shades of Burgundy #6E090B
Tints of Burgundy #6E090B
RGB
CMYK
RGB Variations
Color information
#6E090B (or 0x6E090B) is known color: Burgundy. HEX triplet: 6E, 09 and 0B. RGB value is (110,9,11). Sum of RGB (Red+Green+Blue) = 110+9+11=130 (17% of max value = 765). Red value is 110 (43.36% from 255 or 84.62% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 110 - color contains mainly: red. Hex color #6E090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E090B is #91F6F4. Grayscale: #272727. Windows color (decimal): -9565941 or 723310. OLE color: 723310.
HSL color Cylindrical-coordinate representation of color #6E090B: hue angle of 358.81º 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 #6E090B is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 11 | - |
| CMYK | 0 | 0.92 | 0.9 | 0.57 |
| HSL | 358.81º | 0.85% | 0.23% | - |
| HSV(B) | 358.81º | 0.92% | 0.43% | - |
| XYZ | 6.59 | 3.53 | 0.65 | - |
| YUV | 39.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 11 | 0 | 0.92 | 0.9 | 0.57 | 358.81 | 0.85 | 0.23 |
| Hex | 6E | 9 | B | 0 | 5C | 5A | 39 | 167 | 55 | 17 |
| Octal | 156 | 11 | 13 | 0 | 134 | 132 | 71 | 547 | 125 | 27 |
| Binary | 1101110 | 1001 | 1011 | 0 | 1011100 | 1011010 | 111001 | 101100111 | 1010101 | 10111 |
Color Harmonies of #6E090B
Complementary color
Monochromatic Colors of #6E090B
Black with #6E090B
Text Example
Text Example
White with #6E090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E090B; }
p { color: rgb(110,9,11); }
H1.HeaderClassName
{
color: #6E090B;
}
.AnyTagClassName
{
color: #6E090B;
}
</style>
background-color css
<style>
a { background-color: #6E090B; }
a { background-color: rgb(110,9,11); }
div.DivClassName
{
background-color: #6E090B;
}
.BgClassName
{
background-color: #6E090B;
}
</style>
border-color css
<style>
span { border-color: #6E090B; }
span { border-color: rgb(110,9,11); }
td.TdClassName
{
border-color: #6E090B;
}
.TagClassName
{
border-color: #6E090B;
}
</style>