Shades of Bordeaux #540B1A
Tints of Bordeaux #540B1A
RGB
CMYK
RGB Variations
Color information
#540B1A (or 0x540B1A) is known color: Bordeaux. HEX triplet: 54, 0B and 1A. RGB value is (84,11,26). Sum of RGB (Red+Green+Blue) = 84+11+26=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B1A is #ABF4E5. Grayscale: #222222. Windows color (decimal): -11269350 or 1706836. OLE color: 1706836.
HSL color Cylindrical-coordinate representation of color #540B1A: hue angle of 347.67º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B1A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 26 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.67 |
| HSL | 347.67º | 0.77% | 0.19% | - |
| HSV(B) | 347.67º | 0.87% | 0.33% | - |
| XYZ | 3.96 | 2.2 | 1.19 | - |
| YUV | 34.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 26 | 0 | 0.87 | 0.69 | 0.67 | 347.67 | 0.77 | 0.19 |
| Hex | 54 | B | 1A | 0 | 57 | 45 | 43 | 15C | 4D | 13 |
| Octal | 124 | 13 | 32 | 0 | 127 | 105 | 103 | 534 | 115 | 23 |
| Binary | 1010100 | 1011 | 11010 | 0 | 1010111 | 1000101 | 1000011 | 101011100 | 1001101 | 10011 |
Color Harmonies of #540B1A
Complementary color
Monochromatic Colors of #540B1A
Black with #540B1A
Text Example
Text Example
White with #540B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B1A; }
p { color: rgb(84,11,26); }
H1.HeaderClassName
{
color: #540B1A;
}
.AnyTagClassName
{
color: #540B1A;
}
</style>
background-color css
<style>
a { background-color: #540B1A; }
a { background-color: rgb(84,11,26); }
div.DivClassName
{
background-color: #540B1A;
}
.BgClassName
{
background-color: #540B1A;
}
</style>
border-color css
<style>
span { border-color: #540B1A; }
span { border-color: rgb(84,11,26); }
td.TdClassName
{
border-color: #540B1A;
}
.TagClassName
{
border-color: #540B1A;
}
</style>