Shades of Bordeaux #540C21
Tints of Bordeaux #540C21
RGB
CMYK
RGB Variations
Color information
#540C21 (or 0x540C21) is known color: Bordeaux. HEX triplet: 54, 0C and 21. RGB value is (84,12,33). Sum of RGB (Red+Green+Blue) = 84+12+33=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C21 is #ABF3DE. Grayscale: #232323. Windows color (decimal): -11269087 or 2165844. OLE color: 2165844.
HSL color Cylindrical-coordinate representation of color #540C21: hue angle of 342.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540C21 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 33 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.67 |
| HSL | 342.5º | 0.75% | 0.19% | - |
| HSV(B) | 342.5º | 0.86% | 0.33% | - |
| XYZ | 4.06 | 2.26 | 1.66 | - |
| YUV | 35.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 33 | 0 | 0.86 | 0.61 | 0.67 | 342.5 | 0.75 | 0.19 |
| Hex | 54 | C | 21 | 0 | 56 | 3D | 43 | 156 | 4B | 13 |
| Octal | 124 | 14 | 41 | 0 | 126 | 75 | 103 | 526 | 113 | 23 |
| Binary | 1010100 | 1100 | 100001 | 0 | 1010110 | 111101 | 1000011 | 101010110 | 1001011 | 10011 |
Color Harmonies of #540C21
Complementary color
Monochromatic Colors of #540C21
Black with #540C21
Text Example
Text Example
White with #540C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C21; }
p { color: rgb(84,12,33); }
H1.HeaderClassName
{
color: #540C21;
}
.AnyTagClassName
{
color: #540C21;
}
</style>
background-color css
<style>
a { background-color: #540C21; }
a { background-color: rgb(84,12,33); }
div.DivClassName
{
background-color: #540C21;
}
.BgClassName
{
background-color: #540C21;
}
</style>
border-color css
<style>
span { border-color: #540C21; }
span { border-color: rgb(84,12,33); }
td.TdClassName
{
border-color: #540C21;
}
.TagClassName
{
border-color: #540C21;
}
</style>