Shades of Burgundy #6E050B
Tints of Burgundy #6E050B
RGB
CMYK
RGB Variations
Color information
#6E050B (or 0x6E050B) is known color: Burgundy. HEX triplet: 6E, 05 and 0B. RGB value is (110,5,11). Sum of RGB (Red+Green+Blue) = 110+5+11=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E050B is #91FAF4. Grayscale: #252525. Windows color (decimal): -9566965 or 722286. OLE color: 722286.
HSL color Cylindrical-coordinate representation of color #6E050B: hue angle of 356.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E050B is Cyan = 0, Magento = 0.95, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 5 | 11 | - |
| CMYK | 0 | 0.95 | 0.9 | 0.57 |
| HSL | 356.57º | 0.91% | 0.23% | - |
| HSV(B) | 356.57º | 0.95% | 0.43% | - |
| XYZ | 6.55 | 3.45 | 0.64 | - |
| YUV | 37.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 11 | 0 | 0.95 | 0.9 | 0.57 | 356.57 | 0.91 | 0.23 |
| Hex | 6E | 5 | B | 0 | 5F | 5A | 39 | 165 | 5B | 17 |
| Octal | 156 | 5 | 13 | 0 | 137 | 132 | 71 | 545 | 133 | 27 |
| Binary | 1101110 | 101 | 1011 | 0 | 1011111 | 1011010 | 111001 | 101100101 | 1011011 | 10111 |
Color Harmonies of #6E050B
Complementary color
Monochromatic Colors of #6E050B
Black with #6E050B
Text Example
Text Example
White with #6E050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E050B; }
p { color: rgb(110,5,11); }
H1.HeaderClassName
{
color: #6E050B;
}
.AnyTagClassName
{
color: #6E050B;
}
</style>
background-color css
<style>
a { background-color: #6E050B; }
a { background-color: rgb(110,5,11); }
div.DivClassName
{
background-color: #6E050B;
}
.BgClassName
{
background-color: #6E050B;
}
</style>
border-color css
<style>
span { border-color: #6E050B; }
span { border-color: rgb(110,5,11); }
td.TdClassName
{
border-color: #6E050B;
}
.TagClassName
{
border-color: #6E050B;
}
</style>