Shades of Bordeaux #540F21
Tints of Bordeaux #540F21
RGB
CMYK
RGB Variations
Color information
#540F21 (or 0x540F21) is known color: Bordeaux. HEX triplet: 54, 0F and 21. RGB value is (84,15,33). Sum of RGB (Red+Green+Blue) = 84+15+33=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #540F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F21 is #ABF0DE. Grayscale: #252525. Windows color (decimal): -11268319 or 2166612. OLE color: 2166612.
HSL color Cylindrical-coordinate representation of color #540F21: hue angle of 344.35º 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 #540F21 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 33 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.67 |
| HSL | 344.35º | 0.7% | 0.19% | - |
| HSV(B) | 344.35º | 0.82% | 0.33% | - |
| XYZ | 4.1 | 2.34 | 1.67 | - |
| YUV | 37.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 33 | 0 | 0.82 | 0.61 | 0.67 | 344.35 | 0.7 | 0.19 |
| Hex | 54 | F | 21 | 0 | 52 | 3D | 43 | 158 | 46 | 13 |
| Octal | 124 | 17 | 41 | 0 | 122 | 75 | 103 | 530 | 106 | 23 |
| Binary | 1010100 | 1111 | 100001 | 0 | 1010010 | 111101 | 1000011 | 101011000 | 1000110 | 10011 |
Color Harmonies of #540F21
Complementary color
Monochromatic Colors of #540F21
Black with #540F21
Text Example
Text Example
White with #540F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F21; }
p { color: rgb(84,15,33); }
H1.HeaderClassName
{
color: #540F21;
}
.AnyTagClassName
{
color: #540F21;
}
</style>
background-color css
<style>
a { background-color: #540F21; }
a { background-color: rgb(84,15,33); }
div.DivClassName
{
background-color: #540F21;
}
.BgClassName
{
background-color: #540F21;
}
</style>
border-color css
<style>
span { border-color: #540F21; }
span { border-color: rgb(84,15,33); }
td.TdClassName
{
border-color: #540F21;
}
.TagClassName
{
border-color: #540F21;
}
</style>