Shades of Bordeaux #540121
Tints of Bordeaux #540121
RGB
CMYK
RGB Variations
Color information
#540121 (or 0x540121) is known color: Bordeaux. HEX triplet: 54, 01 and 21. RGB value is (84,1,33). Sum of RGB (Red+Green+Blue) = 84+1+33=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #540121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540121 is #ABFEDE. Grayscale: #1D1D1D. Windows color (decimal): -11271903 or 2163028. OLE color: 2163028.
HSL color Cylindrical-coordinate representation of color #540121: hue angle of 336.87º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540121 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.67 |
| HSL | 336.87º | 0.98% | 0.17% | - |
| HSV(B) | 336.87º | 0.99% | 0.33% | - |
| XYZ | 3.94 | 2.02 | 1.62 | - |
| YUV | 29.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 33 | 0 | 0.99 | 0.61 | 0.67 | 336.87 | 0.98 | 0.17 |
| Hex | 54 | 1 | 21 | 0 | 63 | 3D | 43 | 151 | 62 | 11 |
| Octal | 124 | 1 | 41 | 0 | 143 | 75 | 103 | 521 | 142 | 21 |
| Binary | 1010100 | 1 | 100001 | 0 | 1100011 | 111101 | 1000011 | 101010001 | 1100010 | 10001 |
Color Harmonies of #540121
Complementary color
Monochromatic Colors of #540121
Black with #540121
Text Example
Text Example
White with #540121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540121; }
p { color: rgb(84,1,33); }
H1.HeaderClassName
{
color: #540121;
}
.AnyTagClassName
{
color: #540121;
}
</style>
background-color css
<style>
a { background-color: #540121; }
a { background-color: rgb(84,1,33); }
div.DivClassName
{
background-color: #540121;
}
.BgClassName
{
background-color: #540121;
}
</style>
border-color css
<style>
span { border-color: #540121; }
span { border-color: rgb(84,1,33); }
td.TdClassName
{
border-color: #540121;
}
.TagClassName
{
border-color: #540121;
}
</style>