Shades of Bordeaux #540E11
Tints of Bordeaux #540E11
RGB
CMYK
RGB Variations
Color information
#540E11 (or 0x540E11) is known color: Bordeaux. HEX triplet: 54, 0E and 11. RGB value is (84,14,17). Sum of RGB (Red+Green+Blue) = 84+14+17=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #540E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E11 is #ABF1EE. Grayscale: #232323. Windows color (decimal): -11268591 or 1117780. OLE color: 1117780.
HSL color Cylindrical-coordinate representation of color #540E11: hue angle of 357.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E11 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 17 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.67 |
| HSL | 357.43º | 0.71% | 0.19% | - |
| HSV(B) | 357.43º | 0.83% | 0.33% | - |
| XYZ | 3.91 | 2.24 | 0.76 | - |
| YUV | 35.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 17 | 0 | 0.83 | 0.80 | 0.67 | 357.43 | 0.71 | 0.19 |
| Hex | 54 | E | 11 | 0 | 53 | 50 | 43 | 165 | 47 | 13 |
| Octal | 124 | 16 | 21 | 0 | 123 | 120 | 103 | 545 | 107 | 23 |
| Binary | 1010100 | 1110 | 10001 | 0 | 1010011 | 1010000 | 1000011 | 101100101 | 1000111 | 10011 |
Color Harmonies of #540E11
Complementary color
Monochromatic Colors of #540E11
Black with #540E11
Text Example
Text Example
White with #540E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E11; }
p { color: rgb(84,14,17); }
H1.HeaderClassName
{
color: #540E11;
}
.AnyTagClassName
{
color: #540E11;
}
</style>
background-color css
<style>
a { background-color: #540E11; }
a { background-color: rgb(84,14,17); }
div.DivClassName
{
background-color: #540E11;
}
.BgClassName
{
background-color: #540E11;
}
</style>
border-color css
<style>
span { border-color: #540E11; }
span { border-color: rgb(84,14,17); }
td.TdClassName
{
border-color: #540E11;
}
.TagClassName
{
border-color: #540E11;
}
</style>