Shades of Bordeaux #540C14
Tints of Bordeaux #540C14
RGB
CMYK
RGB Variations
Color information
#540C14 (or 0x540C14) is known color: Bordeaux. HEX triplet: 54, 0C and 14. RGB value is (84,12,20). Sum of RGB (Red+Green+Blue) = 84+12+20=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C14 is #ABF3EB. Grayscale: #222222. Windows color (decimal): -11269100 or 1313876. OLE color: 1313876.
HSL color Cylindrical-coordinate representation of color #540C14: hue angle of 353.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540C14 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 20 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.67 |
| HSL | 353.33º | 0.75% | 0.19% | - |
| HSV(B) | 353.33º | 0.86% | 0.33% | - |
| XYZ | 3.91 | 2.2 | 0.88 | - |
| YUV | 34.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 20 | 0 | 0.86 | 0.76 | 0.67 | 353.33 | 0.75 | 0.19 |
| Hex | 54 | C | 14 | 0 | 56 | 4C | 43 | 161 | 4B | 13 |
| Octal | 124 | 14 | 24 | 0 | 126 | 114 | 103 | 541 | 113 | 23 |
| Binary | 1010100 | 1100 | 10100 | 0 | 1010110 | 1001100 | 1000011 | 101100001 | 1001011 | 10011 |
Color Harmonies of #540C14
Complementary color
Monochromatic Colors of #540C14
Black with #540C14
Text Example
Text Example
White with #540C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C14; }
p { color: rgb(84,12,20); }
H1.HeaderClassName
{
color: #540C14;
}
.AnyTagClassName
{
color: #540C14;
}
</style>
background-color css
<style>
a { background-color: #540C14; }
a { background-color: rgb(84,12,20); }
div.DivClassName
{
background-color: #540C14;
}
.BgClassName
{
background-color: #540C14;
}
</style>
border-color css
<style>
span { border-color: #540C14; }
span { border-color: rgb(84,12,20); }
td.TdClassName
{
border-color: #540C14;
}
.TagClassName
{
border-color: #540C14;
}
</style>