Shades of Burgundy #6E0028
Tints of Burgundy #6E0028
RGB
CMYK
RGB Variations
Color information
#6E0028 (or 0x6E0028) is known color: Burgundy. HEX triplet: 6E, 00 and 28. RGB value is (110,0,40). Sum of RGB (Red+Green+Blue) = 110+0+40=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0028 is #91FFD7. Grayscale: #252525. Windows color (decimal): -9568216 or 2621550. OLE color: 2621550.
HSL color Cylindrical-coordinate representation of color #6E0028: hue angle of 338.18º 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 #6E0028 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.64 | 0.57 |
| HSL | 338.18º | 1% | 0.22% | - |
| HSV(B) | 338.18º | 1% | 0.43% | - |
| XYZ | 6.81 | 3.47 | 2.32 | - |
| YUV | 37.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 40 | 0 | 1 | 0.64 | 0.57 | 338.18 | 1 | 0.22 |
| Hex | 6E | 0 | 28 | 0 | 64 | 40 | 39 | 152 | 64 | 16 |
| Octal | 156 | 0 | 50 | 0 | 144 | 100 | 71 | 522 | 144 | 26 |
| Binary | 1101110 | 0 | 101000 | 0 | 1100100 | 1000000 | 111001 | 101010010 | 1100100 | 10110 |
Color Harmonies of #6E0028
Complementary color
Monochromatic Colors of #6E0028
Black with #6E0028
Text Example
Text Example
White with #6E0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0028; }
p { color: rgb(110,0,40); }
H1.HeaderClassName
{
color: #6E0028;
}
.AnyTagClassName
{
color: #6E0028;
}
</style>
background-color css
<style>
a { background-color: #6E0028; }
a { background-color: rgb(110,0,40); }
div.DivClassName
{
background-color: #6E0028;
}
.BgClassName
{
background-color: #6E0028;
}
</style>
border-color css
<style>
span { border-color: #6E0028; }
span { border-color: rgb(110,0,40); }
td.TdClassName
{
border-color: #6E0028;
}
.TagClassName
{
border-color: #6E0028;
}
</style>