Shades of Bordeaux #540C18
Tints of Bordeaux #540C18
RGB
CMYK
RGB Variations
Color information
#540C18 (or 0x540C18) is known color: Bordeaux. HEX triplet: 54, 0C and 18. RGB value is (84,12,24). Sum of RGB (Red+Green+Blue) = 84+12+24=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C18 is #ABF3E7. Grayscale: #222222. Windows color (decimal): -11269096 or 1576020. OLE color: 1576020.
HSL color Cylindrical-coordinate representation of color #540C18: hue angle of 350º 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 #540C18 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 24 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.67 |
| HSL | 350º | 0.75% | 0.19% | - |
| HSV(B) | 350º | 0.86% | 0.33% | - |
| XYZ | 3.95 | 2.21 | 1.08 | - |
| YUV | 34.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 24 | 0 | 0.86 | 0.71 | 0.67 | 350 | 0.75 | 0.19 |
| Hex | 54 | C | 18 | 0 | 56 | 47 | 43 | 15E | 4B | 13 |
| Octal | 124 | 14 | 30 | 0 | 126 | 107 | 103 | 536 | 113 | 23 |
| Binary | 1010100 | 1100 | 11000 | 0 | 1010110 | 1000111 | 1000011 | 101011110 | 1001011 | 10011 |
Color Harmonies of #540C18
Complementary color
Monochromatic Colors of #540C18
Black with #540C18
Text Example
Text Example
White with #540C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C18; }
p { color: rgb(84,12,24); }
H1.HeaderClassName
{
color: #540C18;
}
.AnyTagClassName
{
color: #540C18;
}
</style>
background-color css
<style>
a { background-color: #540C18; }
a { background-color: rgb(84,12,24); }
div.DivClassName
{
background-color: #540C18;
}
.BgClassName
{
background-color: #540C18;
}
</style>
border-color css
<style>
span { border-color: #540C18; }
span { border-color: rgb(84,12,24); }
td.TdClassName
{
border-color: #540C18;
}
.TagClassName
{
border-color: #540C18;
}
</style>