Shades of Burgundy #6E000A
Tints of Burgundy #6E000A
RGB
CMYK
RGB Variations
Color information
#6E000A (or 0x6E000A) is known color: Burgundy. HEX triplet: 6E, 00 and 0A. RGB value is (110,0,10). Sum of RGB (Red+Green+Blue) = 110+0+10=120 (15% of max value = 765). Red value is 110 (43.36% from 255 or 91.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 110 - color contains mainly: red. Hex color #6E000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E000A is #91FFF5. Grayscale: #222222. Windows color (decimal): -9568246 or 655470. OLE color: 655470.
HSL color Cylindrical-coordinate representation of color #6E000A: hue angle of 354.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.91 | 0.57 |
| HSL | 354.55º | 1% | 0.22% | - |
| HSV(B) | 354.55º | 1% | 0.43% | - |
| XYZ | 6.49 | 3.34 | 0.59 | - |
| YUV | 34.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 10 | 0 | 1 | 0.91 | 0.57 | 354.55 | 1 | 0.22 |
| Hex | 6E | 0 | A | 0 | 64 | 5B | 39 | 163 | 64 | 16 |
| Octal | 156 | 0 | 12 | 0 | 144 | 133 | 71 | 543 | 144 | 26 |
| Binary | 1101110 | 0 | 1010 | 0 | 1100100 | 1011011 | 111001 | 101100011 | 1100100 | 10110 |
Color Harmonies of #6E000A
Complementary color
Monochromatic Colors of #6E000A
Black with #6E000A
Text Example
Text Example
White with #6E000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E000A; }
p { color: rgb(110,0,10); }
H1.HeaderClassName
{
color: #6E000A;
}
.AnyTagClassName
{
color: #6E000A;
}
</style>
background-color css
<style>
a { background-color: #6E000A; }
a { background-color: rgb(110,0,10); }
div.DivClassName
{
background-color: #6E000A;
}
.BgClassName
{
background-color: #6E000A;
}
</style>
border-color css
<style>
span { border-color: #6E000A; }
span { border-color: rgb(110,0,10); }
td.TdClassName
{
border-color: #6E000A;
}
.TagClassName
{
border-color: #6E000A;
}
</style>