Shades of Bordeaux #540F20
Tints of Bordeaux #540F20
RGB
CMYK
RGB Variations
Color information
#540F20 (or 0x540F20) is known color: Bordeaux. HEX triplet: 54, 0F and 20. RGB value is (84,15,32). Sum of RGB (Red+Green+Blue) = 84+15+32=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #540F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F20 is #ABF0DF. Grayscale: #252525. Windows color (decimal): -11268320 or 2101076. OLE color: 2101076.
HSL color Cylindrical-coordinate representation of color #540F20: hue angle of 345.22º 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 #540F20 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 32 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.67 |
| HSL | 345.22º | 0.7% | 0.19% | - |
| HSV(B) | 345.22º | 0.82% | 0.33% | - |
| XYZ | 4.09 | 2.33 | 1.6 | - |
| YUV | 37.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 32 | 0 | 0.82 | 0.62 | 0.67 | 345.22 | 0.7 | 0.19 |
| Hex | 54 | F | 20 | 0 | 52 | 3E | 43 | 159 | 46 | 13 |
| Octal | 124 | 17 | 40 | 0 | 122 | 76 | 103 | 531 | 106 | 23 |
| Binary | 1010100 | 1111 | 100000 | 0 | 1010010 | 111110 | 1000011 | 101011001 | 1000110 | 10011 |
Color Harmonies of #540F20
Complementary color
Monochromatic Colors of #540F20
Black with #540F20
Text Example
Text Example
White with #540F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F20; }
p { color: rgb(84,15,32); }
H1.HeaderClassName
{
color: #540F20;
}
.AnyTagClassName
{
color: #540F20;
}
</style>
background-color css
<style>
a { background-color: #540F20; }
a { background-color: rgb(84,15,32); }
div.DivClassName
{
background-color: #540F20;
}
.BgClassName
{
background-color: #540F20;
}
</style>
border-color css
<style>
span { border-color: #540F20; }
span { border-color: rgb(84,15,32); }
td.TdClassName
{
border-color: #540F20;
}
.TagClassName
{
border-color: #540F20;
}
</style>