Shades of Burgundy #6E001B
Tints of Burgundy #6E001B
RGB
CMYK
RGB Variations
Color information
#6E001B (or 0x6E001B) is known color: Burgundy. HEX triplet: 6E, 00 and 1B. RGB value is (110,0,27). Sum of RGB (Red+Green+Blue) = 110+0+27=137 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.29% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 110 - color contains mainly: red. Hex color #6E001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E001B is #91FFE4. Grayscale: #232323. Windows color (decimal): -9568229 or 1769582. OLE color: 1769582.
HSL color Cylindrical-coordinate representation of color #6E001B: hue angle of 345.27º 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 #6E001B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.75 | 0.57 |
| HSL | 345.27º | 1% | 0.22% | - |
| HSV(B) | 345.27º | 1% | 0.43% | - |
| XYZ | 6.63 | 3.39 | 1.34 | - |
| YUV | 35.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 27 | 0 | 1 | 0.75 | 0.57 | 345.27 | 1 | 0.22 |
| Hex | 6E | 0 | 1B | 0 | 64 | 4B | 39 | 159 | 64 | 16 |
| Octal | 156 | 0 | 33 | 0 | 144 | 113 | 71 | 531 | 144 | 26 |
| Binary | 1101110 | 0 | 11011 | 0 | 1100100 | 1001011 | 111001 | 101011001 | 1100100 | 10110 |
Color Harmonies of #6E001B
Complementary color
Monochromatic Colors of #6E001B
Black with #6E001B
Text Example
Text Example
White with #6E001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E001B; }
p { color: rgb(110,0,27); }
H1.HeaderClassName
{
color: #6E001B;
}
.AnyTagClassName
{
color: #6E001B;
}
</style>
background-color css
<style>
a { background-color: #6E001B; }
a { background-color: rgb(110,0,27); }
div.DivClassName
{
background-color: #6E001B;
}
.BgClassName
{
background-color: #6E001B;
}
</style>
border-color css
<style>
span { border-color: #6E001B; }
span { border-color: rgb(110,0,27); }
td.TdClassName
{
border-color: #6E001B;
}
.TagClassName
{
border-color: #6E001B;
}
</style>