Shades of Bordeaux #540B23
Tints of Bordeaux #540B23
RGB
CMYK
RGB Variations
Color information
#540B23 (or 0x540B23) is known color: Bordeaux. HEX triplet: 54, 0B and 23. RGB value is (84,11,35). Sum of RGB (Red+Green+Blue) = 84+11+35=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #540B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B23 is #ABF4DC. Grayscale: #232323. Windows color (decimal): -11269341 or 2296660. OLE color: 2296660.
HSL color Cylindrical-coordinate representation of color #540B23: hue angle of 340.27º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B23 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 35 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.67 |
| HSL | 340.27º | 0.77% | 0.19% | - |
| HSV(B) | 340.27º | 0.87% | 0.33% | - |
| XYZ | 4.08 | 2.25 | 1.81 | - |
| YUV | 35.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 35 | 0 | 0.87 | 0.58 | 0.67 | 340.27 | 0.77 | 0.19 |
| Hex | 54 | B | 23 | 0 | 57 | 3A | 43 | 154 | 4D | 13 |
| Octal | 124 | 13 | 43 | 0 | 127 | 72 | 103 | 524 | 115 | 23 |
| Binary | 1010100 | 1011 | 100011 | 0 | 1010111 | 111010 | 1000011 | 101010100 | 1001101 | 10011 |
Color Harmonies of #540B23
Complementary color
Monochromatic Colors of #540B23
Black with #540B23
Text Example
Text Example
White with #540B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B23; }
p { color: rgb(84,11,35); }
H1.HeaderClassName
{
color: #540B23;
}
.AnyTagClassName
{
color: #540B23;
}
</style>
background-color css
<style>
a { background-color: #540B23; }
a { background-color: rgb(84,11,35); }
div.DivClassName
{
background-color: #540B23;
}
.BgClassName
{
background-color: #540B23;
}
</style>
border-color css
<style>
span { border-color: #540B23; }
span { border-color: rgb(84,11,35); }
td.TdClassName
{
border-color: #540B23;
}
.TagClassName
{
border-color: #540B23;
}
</style>