Shades of Bordeaux #540521
Tints of Bordeaux #540521
RGB
CMYK
RGB Variations
Color information
#540521 (or 0x540521) is known color: Bordeaux. HEX triplet: 54, 05 and 21. RGB value is (84,5,33). Sum of RGB (Red+Green+Blue) = 84+5+33=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540521 is #ABFADE. Grayscale: #1F1F1F. Windows color (decimal): -11270879 or 2164052. OLE color: 2164052.
HSL color Cylindrical-coordinate representation of color #540521: hue angle of 338.73º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540521 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.67 |
| HSL | 338.73º | 0.89% | 0.17% | - |
| HSV(B) | 338.73º | 0.94% | 0.33% | - |
| XYZ | 3.98 | 2.1 | 1.63 | - |
| YUV | 31.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 33 | 0 | 0.94 | 0.61 | 0.67 | 338.73 | 0.89 | 0.17 |
| Hex | 54 | 5 | 21 | 0 | 5E | 3D | 43 | 153 | 59 | 11 |
| Octal | 124 | 5 | 41 | 0 | 136 | 75 | 103 | 523 | 131 | 21 |
| Binary | 1010100 | 101 | 100001 | 0 | 1011110 | 111101 | 1000011 | 101010011 | 1011001 | 10001 |
Color Harmonies of #540521
Complementary color
Monochromatic Colors of #540521
Black with #540521
Text Example
Text Example
White with #540521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540521; }
p { color: rgb(84,5,33); }
H1.HeaderClassName
{
color: #540521;
}
.AnyTagClassName
{
color: #540521;
}
</style>
background-color css
<style>
a { background-color: #540521; }
a { background-color: rgb(84,5,33); }
div.DivClassName
{
background-color: #540521;
}
.BgClassName
{
background-color: #540521;
}
</style>
border-color css
<style>
span { border-color: #540521; }
span { border-color: rgb(84,5,33); }
td.TdClassName
{
border-color: #540521;
}
.TagClassName
{
border-color: #540521;
}
</style>