Shades of Bordeaux #540A1D
Tints of Bordeaux #540A1D
RGB
CMYK
RGB Variations
Color information
#540A1D (or 0x540A1D) is known color: Bordeaux. HEX triplet: 54, 0A and 1D. RGB value is (84,10,29). Sum of RGB (Red+Green+Blue) = 84+10+29=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1D is #ABF5E2. Grayscale: #222222. Windows color (decimal): -11269603 or 1903188. OLE color: 1903188.
HSL color Cylindrical-coordinate representation of color #540A1D: hue angle of 344.59º 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 #540A1D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 29 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.67 |
| HSL | 344.59º | 0.79% | 0.18% | - |
| HSV(B) | 344.59º | 0.88% | 0.33% | - |
| XYZ | 3.99 | 2.19 | 1.38 | - |
| YUV | 34.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 29 | 0 | 0.88 | 0.65 | 0.67 | 344.59 | 0.79 | 0.18 |
| Hex | 54 | A | 1D | 0 | 58 | 41 | 43 | 159 | 4F | 12 |
| Octal | 124 | 12 | 35 | 0 | 130 | 101 | 103 | 531 | 117 | 22 |
| Binary | 1010100 | 1010 | 11101 | 0 | 1011000 | 1000001 | 1000011 | 101011001 | 1001111 | 10010 |
Color Harmonies of #540A1D
Complementary color
Monochromatic Colors of #540A1D
Black with #540A1D
Text Example
Text Example
White with #540A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A1D; }
p { color: rgb(84,10,29); }
H1.HeaderClassName
{
color: #540A1D;
}
.AnyTagClassName
{
color: #540A1D;
}
</style>
background-color css
<style>
a { background-color: #540A1D; }
a { background-color: rgb(84,10,29); }
div.DivClassName
{
background-color: #540A1D;
}
.BgClassName
{
background-color: #540A1D;
}
</style>
border-color css
<style>
span { border-color: #540A1D; }
span { border-color: rgb(84,10,29); }
td.TdClassName
{
border-color: #540A1D;
}
.TagClassName
{
border-color: #540A1D;
}
</style>