Shades of Bordeaux #540C19
Tints of Bordeaux #540C19
RGB
CMYK
RGB Variations
Color information
#540C19 (or 0x540C19) is known color: Bordeaux. HEX triplet: 54, 0C and 19. RGB value is (84,12,25). Sum of RGB (Red+Green+Blue) = 84+12+25=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C19 is #ABF3E6. Grayscale: #232323. Windows color (decimal): -11269095 or 1641556. OLE color: 1641556.
HSL color Cylindrical-coordinate representation of color #540C19: hue angle of 349.17º 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 #540C19 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 25 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.67 |
| HSL | 349.17º | 0.75% | 0.19% | - |
| HSV(B) | 349.17º | 0.86% | 0.33% | - |
| XYZ | 3.96 | 2.22 | 1.14 | - |
| YUV | 35.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 25 | 0 | 0.86 | 0.70 | 0.67 | 349.17 | 0.75 | 0.19 |
| Hex | 54 | C | 19 | 0 | 56 | 46 | 43 | 15D | 4B | 13 |
| Octal | 124 | 14 | 31 | 0 | 126 | 106 | 103 | 535 | 113 | 23 |
| Binary | 1010100 | 1100 | 11001 | 0 | 1010110 | 1000110 | 1000011 | 101011101 | 1001011 | 10011 |
Color Harmonies of #540C19
Complementary color
Monochromatic Colors of #540C19
Black with #540C19
Text Example
Text Example
White with #540C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C19; }
p { color: rgb(84,12,25); }
H1.HeaderClassName
{
color: #540C19;
}
.AnyTagClassName
{
color: #540C19;
}
</style>
background-color css
<style>
a { background-color: #540C19; }
a { background-color: rgb(84,12,25); }
div.DivClassName
{
background-color: #540C19;
}
.BgClassName
{
background-color: #540C19;
}
</style>
border-color css
<style>
span { border-color: #540C19; }
span { border-color: rgb(84,12,25); }
td.TdClassName
{
border-color: #540C19;
}
.TagClassName
{
border-color: #540C19;
}
</style>