Shades of Bordeaux #540020
Tints of Bordeaux #540020
RGB
CMYK
RGB Variations
Color information
#540020 (or 0x540020) is known color: Bordeaux. HEX triplet: 54, 00 and 20. RGB value is (84,0,32). Sum of RGB (Red+Green+Blue) = 84+0+32=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540020 is #ABFFDF. Grayscale: #1C1C1C. Windows color (decimal): -11272160 or 2097236. OLE color: 2097236.
HSL color Cylindrical-coordinate representation of color #540020: hue angle of 337.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540020 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.62 | 0.67 |
| HSL | 337.14º | 1% | 0.16% | - |
| HSV(B) | 337.14º | 1% | 0.33% | - |
| XYZ | 3.92 | 1.99 | 1.54 | - |
| YUV | 28.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 32 | 0 | 1 | 0.62 | 0.67 | 337.14 | 1 | 0.16 |
| Hex | 54 | 0 | 20 | 0 | 64 | 3E | 43 | 151 | 64 | 10 |
| Octal | 124 | 0 | 40 | 0 | 144 | 76 | 103 | 521 | 144 | 20 |
| Binary | 1010100 | 0 | 100000 | 0 | 1100100 | 111110 | 1000011 | 101010001 | 1100100 | 10000 |
Color Harmonies of #540020
Complementary color
Monochromatic Colors of #540020
Black with #540020
Text Example
Text Example
White with #540020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540020; }
p { color: rgb(84,0,32); }
H1.HeaderClassName
{
color: #540020;
}
.AnyTagClassName
{
color: #540020;
}
</style>
background-color css
<style>
a { background-color: #540020; }
a { background-color: rgb(84,0,32); }
div.DivClassName
{
background-color: #540020;
}
.BgClassName
{
background-color: #540020;
}
</style>
border-color css
<style>
span { border-color: #540020; }
span { border-color: rgb(84,0,32); }
td.TdClassName
{
border-color: #540020;
}
.TagClassName
{
border-color: #540020;
}
</style>