Shades of Bordeaux #540F19
Tints of Bordeaux #540F19
RGB
CMYK
RGB Variations
Color information
#540F19 (or 0x540F19) is known color: Bordeaux. HEX triplet: 54, 0F and 19. RGB value is (84,15,25). Sum of RGB (Red+Green+Blue) = 84+15+25=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F19 is #ABF0E6. Grayscale: #242424. Windows color (decimal): -11268327 or 1642324. OLE color: 1642324.
HSL color Cylindrical-coordinate representation of color #540F19: hue angle of 351.3º 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 #540F19 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 25 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.67 |
| HSL | 351.3º | 0.7% | 0.19% | - |
| HSV(B) | 351.3º | 0.82% | 0.33% | - |
| XYZ | 4 | 2.3 | 1.15 | - |
| YUV | 36.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 25 | 0 | 0.82 | 0.70 | 0.67 | 351.3 | 0.7 | 0.19 |
| Hex | 54 | F | 19 | 0 | 52 | 46 | 43 | 15F | 46 | 13 |
| Octal | 124 | 17 | 31 | 0 | 122 | 106 | 103 | 537 | 106 | 23 |
| Binary | 1010100 | 1111 | 11001 | 0 | 1010010 | 1000110 | 1000011 | 101011111 | 1000110 | 10011 |
Color Harmonies of #540F19
Complementary color
Monochromatic Colors of #540F19
Black with #540F19
Text Example
Text Example
White with #540F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F19; }
p { color: rgb(84,15,25); }
H1.HeaderClassName
{
color: #540F19;
}
.AnyTagClassName
{
color: #540F19;
}
</style>
background-color css
<style>
a { background-color: #540F19; }
a { background-color: rgb(84,15,25); }
div.DivClassName
{
background-color: #540F19;
}
.BgClassName
{
background-color: #540F19;
}
</style>
border-color css
<style>
span { border-color: #540F19; }
span { border-color: rgb(84,15,25); }
td.TdClassName
{
border-color: #540F19;
}
.TagClassName
{
border-color: #540F19;
}
</style>