Shades of Bordeaux #540A12
Tints of Bordeaux #540A12
RGB
CMYK
RGB Variations
Color information
#540A12 (or 0x540A12) is known color: Bordeaux. HEX triplet: 54, 0A and 12. RGB value is (84,10,18). Sum of RGB (Red+Green+Blue) = 84+10+18=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #540A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A12 is #ABF5ED. Grayscale: #212121. Windows color (decimal): -11269614 or 1182292. OLE color: 1182292.
HSL color Cylindrical-coordinate representation of color #540A12: hue angle of 353.51º 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 #540A12 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 18 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.67 |
| HSL | 353.51º | 0.79% | 0.18% | - |
| HSV(B) | 353.51º | 0.88% | 0.33% | - |
| XYZ | 3.87 | 2.15 | 0.78 | - |
| YUV | 33.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 18 | 0 | 0.88 | 0.79 | 0.67 | 353.51 | 0.79 | 0.18 |
| Hex | 54 | A | 12 | 0 | 58 | 4F | 43 | 162 | 4F | 12 |
| Octal | 124 | 12 | 22 | 0 | 130 | 117 | 103 | 542 | 117 | 22 |
| Binary | 1010100 | 1010 | 10010 | 0 | 1011000 | 1001111 | 1000011 | 101100010 | 1001111 | 10010 |
Color Harmonies of #540A12
Complementary color
Monochromatic Colors of #540A12
Black with #540A12
Text Example
Text Example
White with #540A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A12; }
p { color: rgb(84,10,18); }
H1.HeaderClassName
{
color: #540A12;
}
.AnyTagClassName
{
color: #540A12;
}
</style>
background-color css
<style>
a { background-color: #540A12; }
a { background-color: rgb(84,10,18); }
div.DivClassName
{
background-color: #540A12;
}
.BgClassName
{
background-color: #540A12;
}
</style>
border-color css
<style>
span { border-color: #540A12; }
span { border-color: rgb(84,10,18); }
td.TdClassName
{
border-color: #540A12;
}
.TagClassName
{
border-color: #540A12;
}
</style>