Shades of Burgundy #6E0017
Tints of Burgundy #6E0017
RGB
CMYK
RGB Variations
Color information
#6E0017 (or 0x6E0017) is known color: Burgundy. HEX triplet: 6E, 00 and 17. RGB value is (110,0,23). Sum of RGB (Red+Green+Blue) = 110+0+23=133 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.71% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0017 is #91FFE8. Grayscale: #232323. Windows color (decimal): -9568233 or 1507438. OLE color: 1507438.
HSL color Cylindrical-coordinate representation of color #6E0017: hue angle of 347.45º 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 #6E0017 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.79 | 0.57 |
| HSL | 347.45º | 1% | 0.22% | - |
| HSV(B) | 347.45º | 1% | 0.43% | - |
| XYZ | 6.59 | 3.38 | 1.12 | - |
| YUV | 35.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 23 | 0 | 1 | 0.79 | 0.57 | 347.45 | 1 | 0.22 |
| Hex | 6E | 0 | 17 | 0 | 64 | 4F | 39 | 15B | 64 | 16 |
| Octal | 156 | 0 | 27 | 0 | 144 | 117 | 71 | 533 | 144 | 26 |
| Binary | 1101110 | 0 | 10111 | 0 | 1100100 | 1001111 | 111001 | 101011011 | 1100100 | 10110 |
Color Harmonies of #6E0017
Complementary color
Monochromatic Colors of #6E0017
Black with #6E0017
Text Example
Text Example
White with #6E0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0017; }
p { color: rgb(110,0,23); }
H1.HeaderClassName
{
color: #6E0017;
}
.AnyTagClassName
{
color: #6E0017;
}
</style>
background-color css
<style>
a { background-color: #6E0017; }
a { background-color: rgb(110,0,23); }
div.DivClassName
{
background-color: #6E0017;
}
.BgClassName
{
background-color: #6E0017;
}
</style>
border-color css
<style>
span { border-color: #6E0017; }
span { border-color: rgb(110,0,23); }
td.TdClassName
{
border-color: #6E0017;
}
.TagClassName
{
border-color: #6E0017;
}
</style>