Shades of Bordeaux #540A1B
Tints of Bordeaux #540A1B
RGB
CMYK
RGB Variations
Color information
#540A1B (or 0x540A1B) is known color: Bordeaux. HEX triplet: 54, 0A and 1B. RGB value is (84,10,27). Sum of RGB (Red+Green+Blue) = 84+10+27=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1B is #ABF5E4. Grayscale: #222222. Windows color (decimal): -11269605 or 1772116. OLE color: 1772116.
HSL color Cylindrical-coordinate representation of color #540A1B: hue angle of 346.22º 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 #540A1B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 27 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.67 |
| HSL | 346.22º | 0.79% | 0.18% | - |
| HSV(B) | 346.22º | 0.88% | 0.33% | - |
| XYZ | 3.96 | 2.18 | 1.25 | - |
| YUV | 34.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 27 | 0 | 0.88 | 0.68 | 0.67 | 346.22 | 0.79 | 0.18 |
| Hex | 54 | A | 1B | 0 | 58 | 44 | 43 | 15A | 4F | 12 |
| Octal | 124 | 12 | 33 | 0 | 130 | 104 | 103 | 532 | 117 | 22 |
| Binary | 1010100 | 1010 | 11011 | 0 | 1011000 | 1000100 | 1000011 | 101011010 | 1001111 | 10010 |
Color Harmonies of #540A1B
Complementary color
Monochromatic Colors of #540A1B
Black with #540A1B
Text Example
Text Example
White with #540A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A1B; }
p { color: rgb(84,10,27); }
H1.HeaderClassName
{
color: #540A1B;
}
.AnyTagClassName
{
color: #540A1B;
}
</style>
background-color css
<style>
a { background-color: #540A1B; }
a { background-color: rgb(84,10,27); }
div.DivClassName
{
background-color: #540A1B;
}
.BgClassName
{
background-color: #540A1B;
}
</style>
border-color css
<style>
span { border-color: #540A1B; }
span { border-color: rgb(84,10,27); }
td.TdClassName
{
border-color: #540A1B;
}
.TagClassName
{
border-color: #540A1B;
}
</style>