Shades of Bordeaux #540A17
Tints of Bordeaux #540A17
RGB
CMYK
RGB Variations
Color information
#540A17 (or 0x540A17) is known color: Bordeaux. HEX triplet: 54, 0A and 17. RGB value is (84,10,23). Sum of RGB (Red+Green+Blue) = 84+10+23=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A17 is #ABF5E8. Grayscale: #212121. Windows color (decimal): -11269609 or 1509972. OLE color: 1509972.
HSL color Cylindrical-coordinate representation of color #540A17: hue angle of 349.46º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A17 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 23 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.67 |
| HSL | 349.46º | 0.79% | 0.18% | - |
| HSV(B) | 349.46º | 0.88% | 0.33% | - |
| XYZ | 3.92 | 2.16 | 1.02 | - |
| YUV | 33.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 23 | 0 | 0.88 | 0.73 | 0.67 | 349.46 | 0.79 | 0.18 |
| Hex | 54 | A | 17 | 0 | 58 | 49 | 43 | 15D | 4F | 12 |
| Octal | 124 | 12 | 27 | 0 | 130 | 111 | 103 | 535 | 117 | 22 |
| Binary | 1010100 | 1010 | 10111 | 0 | 1011000 | 1001001 | 1000011 | 101011101 | 1001111 | 10010 |
Color Harmonies of #540A17
Complementary color
Monochromatic Colors of #540A17
Black with #540A17
Text Example
Text Example
White with #540A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A17; }
p { color: rgb(84,10,23); }
H1.HeaderClassName
{
color: #540A17;
}
.AnyTagClassName
{
color: #540A17;
}
</style>
background-color css
<style>
a { background-color: #540A17; }
a { background-color: rgb(84,10,23); }
div.DivClassName
{
background-color: #540A17;
}
.BgClassName
{
background-color: #540A17;
}
</style>
border-color css
<style>
span { border-color: #540A17; }
span { border-color: rgb(84,10,23); }
td.TdClassName
{
border-color: #540A17;
}
.TagClassName
{
border-color: #540A17;
}
</style>