Shades of Burgundy #6E021B
Tints of Burgundy #6E021B
RGB
CMYK
RGB Variations
Color information
#6E021B (or 0x6E021B) is known color: Burgundy. HEX triplet: 6E, 02 and 1B. RGB value is (110,2,27). Sum of RGB (Red+Green+Blue) = 110+2+27=139 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.14% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 110 - color contains mainly: red. Hex color #6E021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E021B is #91FDE4. Grayscale: #252525. Windows color (decimal): -9567717 or 1770094. OLE color: 1770094.
HSL color Cylindrical-coordinate representation of color #6E021B: hue angle of 346.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E021B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.57 |
| HSL | 346.11º | 0.96% | 0.22% | - |
| HSV(B) | 346.11º | 0.98% | 0.43% | - |
| XYZ | 6.65 | 3.44 | 1.35 | - |
| YUV | 37.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 27 | 0 | 0.98 | 0.75 | 0.57 | 346.11 | 0.96 | 0.22 |
| Hex | 6E | 2 | 1B | 0 | 62 | 4B | 39 | 15A | 60 | 16 |
| Octal | 156 | 2 | 33 | 0 | 142 | 113 | 71 | 532 | 140 | 26 |
| Binary | 1101110 | 10 | 11011 | 0 | 1100010 | 1001011 | 111001 | 101011010 | 1100000 | 10110 |
Color Harmonies of #6E021B
Complementary color
Monochromatic Colors of #6E021B
Black with #6E021B
Text Example
Text Example
White with #6E021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E021B; }
p { color: rgb(110,2,27); }
H1.HeaderClassName
{
color: #6E021B;
}
.AnyTagClassName
{
color: #6E021B;
}
</style>
background-color css
<style>
a { background-color: #6E021B; }
a { background-color: rgb(110,2,27); }
div.DivClassName
{
background-color: #6E021B;
}
.BgClassName
{
background-color: #6E021B;
}
</style>
border-color css
<style>
span { border-color: #6E021B; }
span { border-color: rgb(110,2,27); }
td.TdClassName
{
border-color: #6E021B;
}
.TagClassName
{
border-color: #6E021B;
}
</style>