Shades of Bordeaux #540B15
Tints of Bordeaux #540B15
RGB
CMYK
RGB Variations
Color information
#540B15 (or 0x540B15) is known color: Bordeaux. HEX triplet: 54, 0B and 15. RGB value is (84,11,21). Sum of RGB (Red+Green+Blue) = 84+11+21=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B15 is #ABF4EA. Grayscale: #222222. Windows color (decimal): -11269355 or 1379156. OLE color: 1379156.
HSL color Cylindrical-coordinate representation of color #540B15: hue angle of 351.78º 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 #540B15 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 21 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.67 |
| HSL | 351.78º | 0.77% | 0.19% | - |
| HSV(B) | 351.78º | 0.87% | 0.33% | - |
| XYZ | 3.91 | 2.18 | 0.92 | - |
| YUV | 33.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 21 | 0 | 0.87 | 0.75 | 0.67 | 351.78 | 0.77 | 0.19 |
| Hex | 54 | B | 15 | 0 | 57 | 4B | 43 | 160 | 4D | 13 |
| Octal | 124 | 13 | 25 | 0 | 127 | 113 | 103 | 540 | 115 | 23 |
| Binary | 1010100 | 1011 | 10101 | 0 | 1010111 | 1001011 | 1000011 | 101100000 | 1001101 | 10011 |
Color Harmonies of #540B15
Complementary color
Monochromatic Colors of #540B15
Black with #540B15
Text Example
Text Example
White with #540B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B15; }
p { color: rgb(84,11,21); }
H1.HeaderClassName
{
color: #540B15;
}
.AnyTagClassName
{
color: #540B15;
}
</style>
background-color css
<style>
a { background-color: #540B15; }
a { background-color: rgb(84,11,21); }
div.DivClassName
{
background-color: #540B15;
}
.BgClassName
{
background-color: #540B15;
}
</style>
border-color css
<style>
span { border-color: #540B15; }
span { border-color: rgb(84,11,21); }
td.TdClassName
{
border-color: #540B15;
}
.TagClassName
{
border-color: #540B15;
}
</style>