Shades of Burgundy #6E010B
Tints of Burgundy #6E010B
RGB
CMYK
RGB Variations
Color information
#6E010B (or 0x6E010B) is known color: Burgundy. HEX triplet: 6E, 01 and 0B. RGB value is (110,1,11). Sum of RGB (Red+Green+Blue) = 110+1+11=122 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.16% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010B is #91FEF4. Grayscale: #222222. Windows color (decimal): -9567989 or 721262. OLE color: 721262.
HSL color Cylindrical-coordinate representation of color #6E010B: hue angle of 354.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E010B is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.57 |
| HSL | 354.5º | 0.98% | 0.22% | - |
| HSV(B) | 354.5º | 0.99% | 0.43% | - |
| XYZ | 6.5 | 3.36 | 0.62 | - |
| YUV | 34.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 11 | 0 | 0.99 | 0.9 | 0.57 | 354.5 | 0.98 | 0.22 |
| Hex | 6E | 1 | B | 0 | 63 | 5A | 39 | 162 | 62 | 16 |
| Octal | 156 | 1 | 13 | 0 | 143 | 132 | 71 | 542 | 142 | 26 |
| Binary | 1101110 | 1 | 1011 | 0 | 1100011 | 1011010 | 111001 | 101100010 | 1100010 | 10110 |
Color Harmonies of #6E010B
Complementary color
Monochromatic Colors of #6E010B
Black with #6E010B
Text Example
Text Example
White with #6E010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E010B; }
p { color: rgb(110,1,11); }
H1.HeaderClassName
{
color: #6E010B;
}
.AnyTagClassName
{
color: #6E010B;
}
</style>
background-color css
<style>
a { background-color: #6E010B; }
a { background-color: rgb(110,1,11); }
div.DivClassName
{
background-color: #6E010B;
}
.BgClassName
{
background-color: #6E010B;
}
</style>
border-color css
<style>
span { border-color: #6E010B; }
span { border-color: rgb(110,1,11); }
td.TdClassName
{
border-color: #6E010B;
}
.TagClassName
{
border-color: #6E010B;
}
</style>