Shades of Bordeaux #540213
Tints of Bordeaux #540213
RGB
CMYK
RGB Variations
Color information
#540213 (or 0x540213) is known color: Bordeaux. HEX triplet: 54, 02 and 13. RGB value is (84,2,19). Sum of RGB (Red+Green+Blue) = 84+2+19=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540213 is #ABFDEC. Grayscale: #1C1C1C. Windows color (decimal): -11271661 or 1245780. OLE color: 1245780.
HSL color Cylindrical-coordinate representation of color #540213: hue angle of 347.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540213 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.67 |
| HSL | 347.56º | 0.95% | 0.17% | - |
| HSV(B) | 347.56º | 0.98% | 0.33% | - |
| XYZ | 3.8 | 1.98 | 0.8 | - |
| YUV | 28.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 19 | 0 | 0.98 | 0.77 | 0.67 | 347.56 | 0.95 | 0.17 |
| Hex | 54 | 2 | 13 | 0 | 62 | 4D | 43 | 15C | 5F | 11 |
| Octal | 124 | 2 | 23 | 0 | 142 | 115 | 103 | 534 | 137 | 21 |
| Binary | 1010100 | 10 | 10011 | 0 | 1100010 | 1001101 | 1000011 | 101011100 | 1011111 | 10001 |
Color Harmonies of #540213
Complementary color
Monochromatic Colors of #540213
Black with #540213
Text Example
Text Example
White with #540213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540213; }
p { color: rgb(84,2,19); }
H1.HeaderClassName
{
color: #540213;
}
.AnyTagClassName
{
color: #540213;
}
</style>
background-color css
<style>
a { background-color: #540213; }
a { background-color: rgb(84,2,19); }
div.DivClassName
{
background-color: #540213;
}
.BgClassName
{
background-color: #540213;
}
</style>
border-color css
<style>
span { border-color: #540213; }
span { border-color: rgb(84,2,19); }
td.TdClassName
{
border-color: #540213;
}
.TagClassName
{
border-color: #540213;
}
</style>