Shades of Bordeaux #540412
Tints of Bordeaux #540412
RGB
CMYK
RGB Variations
Color information
#540412 (or 0x540412) is known color: Bordeaux. HEX triplet: 54, 04 and 12. RGB value is (84,4,18). Sum of RGB (Red+Green+Blue) = 84+4+18=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540412 is #ABFBED. Grayscale: #1D1D1D. Windows color (decimal): -11271150 or 1180756. OLE color: 1180756.
HSL color Cylindrical-coordinate representation of color #540412: hue angle of 349.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540412 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 18 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.67 |
| HSL | 349.5º | 0.91% | 0.17% | - |
| HSV(B) | 349.5º | 0.95% | 0.33% | - |
| XYZ | 3.81 | 2.02 | 0.76 | - |
| YUV | 29.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 18 | 0 | 0.95 | 0.79 | 0.67 | 349.5 | 0.91 | 0.17 |
| Hex | 54 | 4 | 12 | 0 | 5F | 4F | 43 | 15E | 5B | 11 |
| Octal | 124 | 4 | 22 | 0 | 137 | 117 | 103 | 536 | 133 | 21 |
| Binary | 1010100 | 100 | 10010 | 0 | 1011111 | 1001111 | 1000011 | 101011110 | 1011011 | 10001 |
Color Harmonies of #540412
Complementary color
Monochromatic Colors of #540412
Black with #540412
Text Example
Text Example
White with #540412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540412; }
p { color: rgb(84,4,18); }
H1.HeaderClassName
{
color: #540412;
}
.AnyTagClassName
{
color: #540412;
}
</style>
background-color css
<style>
a { background-color: #540412; }
a { background-color: rgb(84,4,18); }
div.DivClassName
{
background-color: #540412;
}
.BgClassName
{
background-color: #540412;
}
</style>
border-color css
<style>
span { border-color: #540412; }
span { border-color: rgb(84,4,18); }
td.TdClassName
{
border-color: #540412;
}
.TagClassName
{
border-color: #540412;
}
</style>