Shades of Bordeaux #540F16
Tints of Bordeaux #540F16
RGB
CMYK
RGB Variations
Color information
#540F16 (or 0x540F16) is known color: Bordeaux. HEX triplet: 54, 0F and 16. RGB value is (84,15,22). Sum of RGB (Red+Green+Blue) = 84+15+22=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F16 is #ABF0E9. Grayscale: #242424. Windows color (decimal): -11268330 or 1445716. OLE color: 1445716.
HSL color Cylindrical-coordinate representation of color #540F16: hue angle of 353.91º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F16 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 22 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.67 |
| HSL | 353.91º | 0.7% | 0.19% | - |
| HSV(B) | 353.91º | 0.82% | 0.33% | - |
| XYZ | 3.97 | 2.28 | 0.99 | - |
| YUV | 36.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 22 | 0 | 0.82 | 0.74 | 0.67 | 353.91 | 0.7 | 0.19 |
| Hex | 54 | F | 16 | 0 | 52 | 4A | 43 | 162 | 46 | 13 |
| Octal | 124 | 17 | 26 | 0 | 122 | 112 | 103 | 542 | 106 | 23 |
| Binary | 1010100 | 1111 | 10110 | 0 | 1010010 | 1001010 | 1000011 | 101100010 | 1000110 | 10011 |
Color Harmonies of #540F16
Complementary color
Monochromatic Colors of #540F16
Black with #540F16
Text Example
Text Example
White with #540F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F16; }
p { color: rgb(84,15,22); }
H1.HeaderClassName
{
color: #540F16;
}
.AnyTagClassName
{
color: #540F16;
}
</style>
background-color css
<style>
a { background-color: #540F16; }
a { background-color: rgb(84,15,22); }
div.DivClassName
{
background-color: #540F16;
}
.BgClassName
{
background-color: #540F16;
}
</style>
border-color css
<style>
span { border-color: #540F16; }
span { border-color: rgb(84,15,22); }
td.TdClassName
{
border-color: #540F16;
}
.TagClassName
{
border-color: #540F16;
}
</style>