Shades of Bordeaux #540A26
Tints of Bordeaux #540A26
RGB
CMYK
RGB Variations
Color information
#540A26 (or 0x540A26) is known color: Bordeaux. HEX triplet: 54, 0A and 26. RGB value is (84,10,38). Sum of RGB (Red+Green+Blue) = 84+10+38=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #540A26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A26 is #ABF5D9. Grayscale: #232323. Windows color (decimal): -11269594 or 2493012. OLE color: 2493012.
HSL color Cylindrical-coordinate representation of color #540A26: hue angle of 337.3º 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 #540A26 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 38 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.67 |
| HSL | 337.3º | 0.79% | 0.18% | - |
| HSV(B) | 337.3º | 0.88% | 0.33% | - |
| XYZ | 4.11 | 2.24 | 2.05 | - |
| YUV | 35.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 38 | 0 | 0.88 | 0.55 | 0.67 | 337.3 | 0.79 | 0.18 |
| Hex | 54 | A | 26 | 0 | 58 | 37 | 43 | 151 | 4F | 12 |
| Octal | 124 | 12 | 46 | 0 | 130 | 67 | 103 | 521 | 117 | 22 |
| Binary | 1010100 | 1010 | 100110 | 0 | 1011000 | 110111 | 1000011 | 101010001 | 1001111 | 10010 |
Color Harmonies of #540A26
Complementary color
Monochromatic Colors of #540A26
Black with #540A26
Text Example
Text Example
White with #540A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A26; }
p { color: rgb(84,10,38); }
H1.HeaderClassName
{
color: #540A26;
}
.AnyTagClassName
{
color: #540A26;
}
</style>
background-color css
<style>
a { background-color: #540A26; }
a { background-color: rgb(84,10,38); }
div.DivClassName
{
background-color: #540A26;
}
.BgClassName
{
background-color: #540A26;
}
</style>
border-color css
<style>
span { border-color: #540A26; }
span { border-color: rgb(84,10,38); }
td.TdClassName
{
border-color: #540A26;
}
.TagClassName
{
border-color: #540A26;
}
</style>