Shades of Burgundy #6E022A
Tints of Burgundy #6E022A
RGB
CMYK
RGB Variations
Color information
#6E022A (or 0x6E022A) is known color: Burgundy. HEX triplet: 6E, 02 and 2A. RGB value is (110,2,42). Sum of RGB (Red+Green+Blue) = 110+2+42=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E022A is #91FDD5. Grayscale: #262626. Windows color (decimal): -9567702 or 2753134. OLE color: 2753134.
HSL color Cylindrical-coordinate representation of color #6E022A: hue angle of 337.78º 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 #6E022A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.57 |
| HSL | 337.78º | 0.96% | 0.22% | - |
| HSV(B) | 337.78º | 0.98% | 0.43% | - |
| XYZ | 6.87 | 3.53 | 2.51 | - |
| YUV | 38.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 42 | 0 | 0.98 | 0.62 | 0.57 | 337.78 | 0.96 | 0.22 |
| Hex | 6E | 2 | 2A | 0 | 62 | 3E | 39 | 152 | 60 | 16 |
| Octal | 156 | 2 | 52 | 0 | 142 | 76 | 71 | 522 | 140 | 26 |
| Binary | 1101110 | 10 | 101010 | 0 | 1100010 | 111110 | 111001 | 101010010 | 1100000 | 10110 |
Color Harmonies of #6E022A
Complementary color
Monochromatic Colors of #6E022A
Black with #6E022A
Text Example
Text Example
White with #6E022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E022A; }
p { color: rgb(110,2,42); }
H1.HeaderClassName
{
color: #6E022A;
}
.AnyTagClassName
{
color: #6E022A;
}
</style>
background-color css
<style>
a { background-color: #6E022A; }
a { background-color: rgb(110,2,42); }
div.DivClassName
{
background-color: #6E022A;
}
.BgClassName
{
background-color: #6E022A;
}
</style>
border-color css
<style>
span { border-color: #6E022A; }
span { border-color: rgb(110,2,42); }
td.TdClassName
{
border-color: #6E022A;
}
.TagClassName
{
border-color: #6E022A;
}
</style>