Shades of Bordeaux #540A23
Tints of Bordeaux #540A23
RGB
CMYK
RGB Variations
Color information
#540A23 (or 0x540A23) is known color: Bordeaux. HEX triplet: 54, 0A and 23. RGB value is (84,10,35). Sum of RGB (Red+Green+Blue) = 84+10+35=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A23 is #ABF5DC. Grayscale: #222222. Windows color (decimal): -11269597 or 2296404. OLE color: 2296404.
HSL color Cylindrical-coordinate representation of color #540A23: hue angle of 339.73º 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 #540A23 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 35 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.67 |
| HSL | 339.73º | 0.79% | 0.18% | - |
| HSV(B) | 339.73º | 0.88% | 0.33% | - |
| XYZ | 4.07 | 2.22 | 1.8 | - |
| YUV | 34.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 35 | 0 | 0.88 | 0.58 | 0.67 | 339.73 | 0.79 | 0.18 |
| Hex | 54 | A | 23 | 0 | 58 | 3A | 43 | 154 | 4F | 12 |
| Octal | 124 | 12 | 43 | 0 | 130 | 72 | 103 | 524 | 117 | 22 |
| Binary | 1010100 | 1010 | 100011 | 0 | 1011000 | 111010 | 1000011 | 101010100 | 1001111 | 10010 |
Color Harmonies of #540A23
Complementary color
Monochromatic Colors of #540A23
Black with #540A23
Text Example
Text Example
White with #540A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A23; }
p { color: rgb(84,10,35); }
H1.HeaderClassName
{
color: #540A23;
}
.AnyTagClassName
{
color: #540A23;
}
</style>
background-color css
<style>
a { background-color: #540A23; }
a { background-color: rgb(84,10,35); }
div.DivClassName
{
background-color: #540A23;
}
.BgClassName
{
background-color: #540A23;
}
</style>
border-color css
<style>
span { border-color: #540A23; }
span { border-color: rgb(84,10,35); }
td.TdClassName
{
border-color: #540A23;
}
.TagClassName
{
border-color: #540A23;
}
</style>