Shades of Burgundy #6E062A
Tints of Burgundy #6E062A
RGB
CMYK
RGB Variations
Color information
#6E062A (or 0x6E062A) is known color: Burgundy. HEX triplet: 6E, 06 and 2A. RGB value is (110,6,42). Sum of RGB (Red+Green+Blue) = 110+6+42=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E062A is #91F9D5. Grayscale: #292929. Windows color (decimal): -9566678 or 2754158. OLE color: 2754158.
HSL color Cylindrical-coordinate representation of color #6E062A: hue angle of 339.23º 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 #6E062A is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 6 | 42 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.57 |
| HSL | 339.23º | 0.9% | 0.23% | - |
| HSV(B) | 339.23º | 0.95% | 0.43% | - |
| XYZ | 6.91 | 3.61 | 2.52 | - |
| YUV | 41.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 42 | 0 | 0.95 | 0.62 | 0.57 | 339.23 | 0.9 | 0.23 |
| Hex | 6E | 6 | 2A | 0 | 5F | 3E | 39 | 153 | 5A | 17 |
| Octal | 156 | 6 | 52 | 0 | 137 | 76 | 71 | 523 | 132 | 27 |
| Binary | 1101110 | 110 | 101010 | 0 | 1011111 | 111110 | 111001 | 101010011 | 1011010 | 10111 |
Color Harmonies of #6E062A
Complementary color
Monochromatic Colors of #6E062A
Black with #6E062A
Text Example
Text Example
White with #6E062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E062A; }
p { color: rgb(110,6,42); }
H1.HeaderClassName
{
color: #6E062A;
}
.AnyTagClassName
{
color: #6E062A;
}
</style>
background-color css
<style>
a { background-color: #6E062A; }
a { background-color: rgb(110,6,42); }
div.DivClassName
{
background-color: #6E062A;
}
.BgClassName
{
background-color: #6E062A;
}
</style>
border-color css
<style>
span { border-color: #6E062A; }
span { border-color: rgb(110,6,42); }
td.TdClassName
{
border-color: #6E062A;
}
.TagClassName
{
border-color: #6E062A;
}
</style>