Shades of Bordeaux #540A0E
Tints of Bordeaux #540A0E
RGB
CMYK
RGB Variations
Color information
#540A0E (or 0x540A0E) is known color: Bordeaux. HEX triplet: 54, 0A and 0E. RGB value is (84,10,14). Sum of RGB (Red+Green+Blue) = 84+10+14=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A0E is #ABF5F1. Grayscale: #202020. Windows color (decimal): -11269618 or 920148. OLE color: 920148.
HSL color Cylindrical-coordinate representation of color #540A0E: hue angle of 356.76º 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 #540A0E is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 14 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.67 |
| HSL | 356.76º | 0.79% | 0.18% | - |
| HSV(B) | 356.76º | 0.88% | 0.33% | - |
| XYZ | 3.84 | 2.13 | 0.62 | - |
| YUV | 32.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 14 | 0 | 0.88 | 0.83 | 0.67 | 356.76 | 0.79 | 0.18 |
| Hex | 54 | A | E | 0 | 58 | 53 | 43 | 165 | 4F | 12 |
| Octal | 124 | 12 | 16 | 0 | 130 | 123 | 103 | 545 | 117 | 22 |
| Binary | 1010100 | 1010 | 1110 | 0 | 1011000 | 1010011 | 1000011 | 101100101 | 1001111 | 10010 |
Color Harmonies of #540A0E
Complementary color
Monochromatic Colors of #540A0E
Black with #540A0E
Text Example
Text Example
White with #540A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A0E; }
p { color: rgb(84,10,14); }
H1.HeaderClassName
{
color: #540A0E;
}
.AnyTagClassName
{
color: #540A0E;
}
</style>
background-color css
<style>
a { background-color: #540A0E; }
a { background-color: rgb(84,10,14); }
div.DivClassName
{
background-color: #540A0E;
}
.BgClassName
{
background-color: #540A0E;
}
</style>
border-color css
<style>
span { border-color: #540A0E; }
span { border-color: rgb(84,10,14); }
td.TdClassName
{
border-color: #540A0E;
}
.TagClassName
{
border-color: #540A0E;
}
</style>