Shades of Burgundy #6E0727
Tints of Burgundy #6E0727
RGB
CMYK
RGB Variations
Color information
#6E0727 (or 0x6E0727) is known color: Burgundy. HEX triplet: 6E, 07 and 27. RGB value is (110,7,39). Sum of RGB (Red+Green+Blue) = 110+7+39=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0727 is #91F8D8. Grayscale: #292929. Windows color (decimal): -9566425 or 2557806. OLE color: 2557806.
HSL color Cylindrical-coordinate representation of color #6E0727: hue angle of 341.36º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0727 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 7 | 39 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.57 |
| HSL | 341.36º | 0.88% | 0.23% | - |
| HSV(B) | 341.36º | 0.94% | 0.43% | - |
| XYZ | 6.87 | 3.61 | 2.25 | - |
| YUV | 41.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 39 | 0 | 0.94 | 0.65 | 0.57 | 341.36 | 0.88 | 0.23 |
| Hex | 6E | 7 | 27 | 0 | 5E | 41 | 39 | 155 | 58 | 17 |
| Octal | 156 | 7 | 47 | 0 | 136 | 101 | 71 | 525 | 130 | 27 |
| Binary | 1101110 | 111 | 100111 | 0 | 1011110 | 1000001 | 111001 | 101010101 | 1011000 | 10111 |
Color Harmonies of #6E0727
Complementary color
Monochromatic Colors of #6E0727
Black with #6E0727
Text Example
Text Example
White with #6E0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0727; }
p { color: rgb(110,7,39); }
H1.HeaderClassName
{
color: #6E0727;
}
.AnyTagClassName
{
color: #6E0727;
}
</style>
background-color css
<style>
a { background-color: #6E0727; }
a { background-color: rgb(110,7,39); }
div.DivClassName
{
background-color: #6E0727;
}
.BgClassName
{
background-color: #6E0727;
}
</style>
border-color css
<style>
span { border-color: #6E0727; }
span { border-color: rgb(110,7,39); }
td.TdClassName
{
border-color: #6E0727;
}
.TagClassName
{
border-color: #6E0727;
}
</style>