Shades of Bordeaux #540B25
Tints of Bordeaux #540B25
RGB
CMYK
RGB Variations
Color information
#540B25 (or 0x540B25) is known color: Bordeaux. HEX triplet: 54, 0B and 25. RGB value is (84,11,37). Sum of RGB (Red+Green+Blue) = 84+11+37=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #540B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B25 is #ABF4DA. Grayscale: #232323. Windows color (decimal): -11269339 or 2427732. OLE color: 2427732.
HSL color Cylindrical-coordinate representation of color #540B25: hue angle of 338.63º 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 #540B25 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 37 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.67 |
| HSL | 338.63º | 0.77% | 0.19% | - |
| HSV(B) | 338.63º | 0.87% | 0.33% | - |
| XYZ | 4.11 | 2.26 | 1.97 | - |
| YUV | 35.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 37 | 0 | 0.87 | 0.56 | 0.67 | 338.63 | 0.77 | 0.19 |
| Hex | 54 | B | 25 | 0 | 57 | 38 | 43 | 153 | 4D | 13 |
| Octal | 124 | 13 | 45 | 0 | 127 | 70 | 103 | 523 | 115 | 23 |
| Binary | 1010100 | 1011 | 100101 | 0 | 1010111 | 111000 | 1000011 | 101010011 | 1001101 | 10011 |
Color Harmonies of #540B25
Complementary color
Monochromatic Colors of #540B25
Black with #540B25
Text Example
Text Example
White with #540B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B25; }
p { color: rgb(84,11,37); }
H1.HeaderClassName
{
color: #540B25;
}
.AnyTagClassName
{
color: #540B25;
}
</style>
background-color css
<style>
a { background-color: #540B25; }
a { background-color: rgb(84,11,37); }
div.DivClassName
{
background-color: #540B25;
}
.BgClassName
{
background-color: #540B25;
}
</style>
border-color css
<style>
span { border-color: #540B25; }
span { border-color: rgb(84,11,37); }
td.TdClassName
{
border-color: #540B25;
}
.TagClassName
{
border-color: #540B25;
}
</style>