Shades of Bordeaux #540E1C
Tints of Bordeaux #540E1C
RGB
CMYK
RGB Variations
Color information
#540E1C (or 0x540E1C) is known color: Bordeaux. HEX triplet: 54, 0E and 1C. RGB value is (84,14,28). Sum of RGB (Red+Green+Blue) = 84+14+28=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #540E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E1C is #ABF1E3. Grayscale: #242424. Windows color (decimal): -11268580 or 1838676. OLE color: 1838676.
HSL color Cylindrical-coordinate representation of color #540E1C: hue angle of 348º 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 #540E1C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 28 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.67 |
| HSL | 348º | 0.71% | 0.19% | - |
| HSV(B) | 348º | 0.83% | 0.33% | - |
| XYZ | 4.02 | 2.28 | 1.33 | - |
| YUV | 36.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 28 | 0 | 0.83 | 0.67 | 0.67 | 348 | 0.71 | 0.19 |
| Hex | 54 | E | 1C | 0 | 53 | 43 | 43 | 15C | 47 | 13 |
| Octal | 124 | 16 | 34 | 0 | 123 | 103 | 103 | 534 | 107 | 23 |
| Binary | 1010100 | 1110 | 11100 | 0 | 1010011 | 1000011 | 1000011 | 101011100 | 1000111 | 10011 |
Color Harmonies of #540E1C
Complementary color
Monochromatic Colors of #540E1C
Black with #540E1C
Text Example
Text Example
White with #540E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E1C; }
p { color: rgb(84,14,28); }
H1.HeaderClassName
{
color: #540E1C;
}
.AnyTagClassName
{
color: #540E1C;
}
</style>
background-color css
<style>
a { background-color: #540E1C; }
a { background-color: rgb(84,14,28); }
div.DivClassName
{
background-color: #540E1C;
}
.BgClassName
{
background-color: #540E1C;
}
</style>
border-color css
<style>
span { border-color: #540E1C; }
span { border-color: rgb(84,14,28); }
td.TdClassName
{
border-color: #540E1C;
}
.TagClassName
{
border-color: #540E1C;
}
</style>