Shades of Bordeaux #540A10
Tints of Bordeaux #540A10
RGB
CMYK
RGB Variations
Color information
#540A10 (or 0x540A10) is known color: Bordeaux. HEX triplet: 54, 0A and 10. RGB value is (84,10,16). Sum of RGB (Red+Green+Blue) = 84+10+16=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A10 is #ABF5EF. Grayscale: #202020. Windows color (decimal): -11269616 or 1051220. OLE color: 1051220.
HSL color Cylindrical-coordinate representation of color #540A10: hue angle of 355.14º 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 #540A10 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 16 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.67 |
| HSL | 355.14º | 0.79% | 0.18% | - |
| HSV(B) | 355.14º | 0.88% | 0.33% | - |
| XYZ | 3.86 | 2.14 | 0.7 | - |
| YUV | 32.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 16 | 0 | 0.88 | 0.81 | 0.67 | 355.14 | 0.79 | 0.18 |
| Hex | 54 | A | 10 | 0 | 58 | 51 | 43 | 163 | 4F | 12 |
| Octal | 124 | 12 | 20 | 0 | 130 | 121 | 103 | 543 | 117 | 22 |
| Binary | 1010100 | 1010 | 10000 | 0 | 1011000 | 1010001 | 1000011 | 101100011 | 1001111 | 10010 |
Color Harmonies of #540A10
Complementary color
Monochromatic Colors of #540A10
Black with #540A10
Text Example
Text Example
White with #540A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A10; }
p { color: rgb(84,10,16); }
H1.HeaderClassName
{
color: #540A10;
}
.AnyTagClassName
{
color: #540A10;
}
</style>
background-color css
<style>
a { background-color: #540A10; }
a { background-color: rgb(84,10,16); }
div.DivClassName
{
background-color: #540A10;
}
.BgClassName
{
background-color: #540A10;
}
</style>
border-color css
<style>
span { border-color: #540A10; }
span { border-color: rgb(84,10,16); }
td.TdClassName
{
border-color: #540A10;
}
.TagClassName
{
border-color: #540A10;
}
</style>