Shades of Bordeaux #540F15
Tints of Bordeaux #540F15
RGB
CMYK
RGB Variations
Color information
#540F15 (or 0x540F15) is known color: Bordeaux. HEX triplet: 54, 0F and 15. RGB value is (84,15,21). Sum of RGB (Red+Green+Blue) = 84+15+21=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F15 is #ABF0EA. Grayscale: #242424. Windows color (decimal): -11268331 or 1380180. OLE color: 1380180.
HSL color Cylindrical-coordinate representation of color #540F15: hue angle of 354.78º 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 #540F15 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 21 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.67 |
| HSL | 354.78º | 0.7% | 0.19% | - |
| HSV(B) | 354.78º | 0.82% | 0.33% | - |
| XYZ | 3.96 | 2.28 | 0.94 | - |
| YUV | 36.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 21 | 0 | 0.82 | 0.75 | 0.67 | 354.78 | 0.7 | 0.19 |
| Hex | 54 | F | 15 | 0 | 52 | 4B | 43 | 163 | 46 | 13 |
| Octal | 124 | 17 | 25 | 0 | 122 | 113 | 103 | 543 | 106 | 23 |
| Binary | 1010100 | 1111 | 10101 | 0 | 1010010 | 1001011 | 1000011 | 101100011 | 1000110 | 10011 |
Color Harmonies of #540F15
Complementary color
Monochromatic Colors of #540F15
Black with #540F15
Text Example
Text Example
White with #540F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F15; }
p { color: rgb(84,15,21); }
H1.HeaderClassName
{
color: #540F15;
}
.AnyTagClassName
{
color: #540F15;
}
</style>
background-color css
<style>
a { background-color: #540F15; }
a { background-color: rgb(84,15,21); }
div.DivClassName
{
background-color: #540F15;
}
.BgClassName
{
background-color: #540F15;
}
</style>
border-color css
<style>
span { border-color: #540F15; }
span { border-color: rgb(84,15,21); }
td.TdClassName
{
border-color: #540F15;
}
.TagClassName
{
border-color: #540F15;
}
</style>