Shades of Bordeaux #540A15
Tints of Bordeaux #540A15
RGB
CMYK
RGB Variations
Color information
#540A15 (or 0x540A15) is known color: Bordeaux. HEX triplet: 54, 0A and 15. RGB value is (84,10,21). Sum of RGB (Red+Green+Blue) = 84+10+21=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #540A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A15 is #ABF5EA. Grayscale: #212121. Windows color (decimal): -11269611 or 1378900. OLE color: 1378900.
HSL color Cylindrical-coordinate representation of color #540A15: hue angle of 351.08º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A15 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 21 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.67 |
| HSL | 351.08º | 0.79% | 0.18% | - |
| HSV(B) | 351.08º | 0.88% | 0.33% | - |
| XYZ | 3.9 | 2.16 | 0.92 | - |
| YUV | 33.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 21 | 0 | 0.88 | 0.75 | 0.67 | 351.08 | 0.79 | 0.18 |
| Hex | 54 | A | 15 | 0 | 58 | 4B | 43 | 15F | 4F | 12 |
| Octal | 124 | 12 | 25 | 0 | 130 | 113 | 103 | 537 | 117 | 22 |
| Binary | 1010100 | 1010 | 10101 | 0 | 1011000 | 1001011 | 1000011 | 101011111 | 1001111 | 10010 |
Color Harmonies of #540A15
Complementary color
Monochromatic Colors of #540A15
Black with #540A15
Text Example
Text Example
White with #540A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A15; }
p { color: rgb(84,10,21); }
H1.HeaderClassName
{
color: #540A15;
}
.AnyTagClassName
{
color: #540A15;
}
</style>
background-color css
<style>
a { background-color: #540A15; }
a { background-color: rgb(84,10,21); }
div.DivClassName
{
background-color: #540A15;
}
.BgClassName
{
background-color: #540A15;
}
</style>
border-color css
<style>
span { border-color: #540A15; }
span { border-color: rgb(84,10,21); }
td.TdClassName
{
border-color: #540A15;
}
.TagClassName
{
border-color: #540A15;
}
</style>