Shades of Bordeaux #540A1E
Tints of Bordeaux #540A1E
RGB
CMYK
RGB Variations
Color information
#540A1E (or 0x540A1E) is known color: Bordeaux. HEX triplet: 54, 0A and 1E. RGB value is (84,10,30). Sum of RGB (Red+Green+Blue) = 84+10+30=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1E is #ABF5E1. Grayscale: #222222. Windows color (decimal): -11269602 or 1968724. OLE color: 1968724.
HSL color Cylindrical-coordinate representation of color #540A1E: hue angle of 343.78º 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 #540A1E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 30 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.67 |
| HSL | 343.78º | 0.79% | 0.18% | - |
| HSV(B) | 343.78º | 0.88% | 0.33% | - |
| XYZ | 4 | 2.2 | 1.44 | - |
| YUV | 34.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 30 | 0 | 0.88 | 0.64 | 0.67 | 343.78 | 0.79 | 0.18 |
| Hex | 54 | A | 1E | 0 | 58 | 40 | 43 | 158 | 4F | 12 |
| Octal | 124 | 12 | 36 | 0 | 130 | 100 | 103 | 530 | 117 | 22 |
| Binary | 1010100 | 1010 | 11110 | 0 | 1011000 | 1000000 | 1000011 | 101011000 | 1001111 | 10010 |
Color Harmonies of #540A1E
Complementary color
Monochromatic Colors of #540A1E
Black with #540A1E
Text Example
Text Example
White with #540A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A1E; }
p { color: rgb(84,10,30); }
H1.HeaderClassName
{
color: #540A1E;
}
.AnyTagClassName
{
color: #540A1E;
}
</style>
background-color css
<style>
a { background-color: #540A1E; }
a { background-color: rgb(84,10,30); }
div.DivClassName
{
background-color: #540A1E;
}
.BgClassName
{
background-color: #540A1E;
}
</style>
border-color css
<style>
span { border-color: #540A1E; }
span { border-color: rgb(84,10,30); }
td.TdClassName
{
border-color: #540A1E;
}
.TagClassName
{
border-color: #540A1E;
}
</style>