Shades of Burgundy #6E001C
Tints of Burgundy #6E001C
RGB
CMYK
RGB Variations
Color information
#6E001C (or 0x6E001C) is known color: Burgundy. HEX triplet: 6E, 00 and 1C. RGB value is (110,0,28). Sum of RGB (Red+Green+Blue) = 110+0+28=138 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.71% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 110 - color contains mainly: red. Hex color #6E001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E001C is #91FFE3. Grayscale: #242424. Windows color (decimal): -9568228 or 1835118. OLE color: 1835118.
HSL color Cylindrical-coordinate representation of color #6E001C: hue angle of 344.73º 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 #6E001C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.75 | 0.57 |
| HSL | 344.73º | 1% | 0.22% | - |
| HSV(B) | 344.73º | 1% | 0.43% | - |
| XYZ | 6.64 | 3.4 | 1.4 | - |
| YUV | 36.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 28 | 0 | 1 | 0.75 | 0.57 | 344.73 | 1 | 0.22 |
| Hex | 6E | 0 | 1C | 0 | 64 | 4B | 39 | 159 | 64 | 16 |
| Octal | 156 | 0 | 34 | 0 | 144 | 113 | 71 | 531 | 144 | 26 |
| Binary | 1101110 | 0 | 11100 | 0 | 1100100 | 1001011 | 111001 | 101011001 | 1100100 | 10110 |
Color Harmonies of #6E001C
Complementary color
Monochromatic Colors of #6E001C
Black with #6E001C
Text Example
Text Example
White with #6E001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E001C; }
p { color: rgb(110,0,28); }
H1.HeaderClassName
{
color: #6E001C;
}
.AnyTagClassName
{
color: #6E001C;
}
</style>
background-color css
<style>
a { background-color: #6E001C; }
a { background-color: rgb(110,0,28); }
div.DivClassName
{
background-color: #6E001C;
}
.BgClassName
{
background-color: #6E001C;
}
</style>
border-color css
<style>
span { border-color: #6E001C; }
span { border-color: rgb(110,0,28); }
td.TdClassName
{
border-color: #6E001C;
}
.TagClassName
{
border-color: #6E001C;
}
</style>