Shades of Burgundy #6E0619
Tints of Burgundy #6E0619
RGB
CMYK
RGB Variations
Color information
#6E0619 (or 0x6E0619) is known color: Burgundy. HEX triplet: 6E, 06 and 19. RGB value is (110,6,25). Sum of RGB (Red+Green+Blue) = 110+6+25=141 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.01% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0619 is #91F9E6. Grayscale: #272727. Windows color (decimal): -9566695 or 1640046. OLE color: 1640046.
HSL color Cylindrical-coordinate representation of color #6E0619: hue angle of 349.04º degrees, saturation: 0.9, 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 #6E0619 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 6 | 25 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.57 |
| HSL | 349.04º | 0.9% | 0.23% | - |
| HSV(B) | 349.04º | 0.95% | 0.43% | - |
| XYZ | 6.67 | 3.52 | 1.25 | - |
| YUV | 39.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 25 | 0 | 0.95 | 0.77 | 0.57 | 349.04 | 0.9 | 0.23 |
| Hex | 6E | 6 | 19 | 0 | 5F | 4D | 39 | 15D | 5A | 17 |
| Octal | 156 | 6 | 31 | 0 | 137 | 115 | 71 | 535 | 132 | 27 |
| Binary | 1101110 | 110 | 11001 | 0 | 1011111 | 1001101 | 111001 | 101011101 | 1011010 | 10111 |
Color Harmonies of #6E0619
Complementary color
Monochromatic Colors of #6E0619
Black with #6E0619
Text Example
Text Example
White with #6E0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0619; }
p { color: rgb(110,6,25); }
H1.HeaderClassName
{
color: #6E0619;
}
.AnyTagClassName
{
color: #6E0619;
}
</style>
background-color css
<style>
a { background-color: #6E0619; }
a { background-color: rgb(110,6,25); }
div.DivClassName
{
background-color: #6E0619;
}
.BgClassName
{
background-color: #6E0619;
}
</style>
border-color css
<style>
span { border-color: #6E0619; }
span { border-color: rgb(110,6,25); }
td.TdClassName
{
border-color: #6E0619;
}
.TagClassName
{
border-color: #6E0619;
}
</style>