Shades of Bordeaux #540D20
Tints of Bordeaux #540D20
RGB
CMYK
RGB Variations
Color information
#540D20 (or 0x540D20) is known color: Bordeaux. HEX triplet: 54, 0D and 20. RGB value is (84,13,32). Sum of RGB (Red+Green+Blue) = 84+13+32=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D20 is #ABF2DF. Grayscale: #242424. Windows color (decimal): -11268832 or 2100564. OLE color: 2100564.
HSL color Cylindrical-coordinate representation of color #540D20: hue angle of 343.94º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D20 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 32 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.67 |
| HSL | 343.94º | 0.73% | 0.19% | - |
| HSV(B) | 343.94º | 0.85% | 0.33% | - |
| XYZ | 4.06 | 2.28 | 1.59 | - |
| YUV | 36.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 32 | 0 | 0.85 | 0.62 | 0.67 | 343.94 | 0.73 | 0.19 |
| Hex | 54 | D | 20 | 0 | 55 | 3E | 43 | 158 | 49 | 13 |
| Octal | 124 | 15 | 40 | 0 | 125 | 76 | 103 | 530 | 111 | 23 |
| Binary | 1010100 | 1101 | 100000 | 0 | 1010101 | 111110 | 1000011 | 101011000 | 1001001 | 10011 |
Color Harmonies of #540D20
Complementary color
Monochromatic Colors of #540D20
Black with #540D20
Text Example
Text Example
White with #540D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D20; }
p { color: rgb(84,13,32); }
H1.HeaderClassName
{
color: #540D20;
}
.AnyTagClassName
{
color: #540D20;
}
</style>
background-color css
<style>
a { background-color: #540D20; }
a { background-color: rgb(84,13,32); }
div.DivClassName
{
background-color: #540D20;
}
.BgClassName
{
background-color: #540D20;
}
</style>
border-color css
<style>
span { border-color: #540D20; }
span { border-color: rgb(84,13,32); }
td.TdClassName
{
border-color: #540D20;
}
.TagClassName
{
border-color: #540D20;
}
</style>