Shades of Bordeaux #540C0F
Tints of Bordeaux #540C0F
RGB
CMYK
RGB Variations
Color information
#540C0F (or 0x540C0F) is known color: Bordeaux. HEX triplet: 54, 0C and 0F. RGB value is (84,12,15). Sum of RGB (Red+Green+Blue) = 84+12+15=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C0F is #ABF3F0. Grayscale: #212121. Windows color (decimal): -11269105 or 986196. OLE color: 986196.
HSL color Cylindrical-coordinate representation of color #540C0F: hue angle of 357.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 #540C0F is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 15 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.67 |
| HSL | 357.5º | 0.75% | 0.19% | - |
| HSV(B) | 357.5º | 0.86% | 0.33% | - |
| XYZ | 3.87 | 2.18 | 0.67 | - |
| YUV | 33.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 15 | 0 | 0.86 | 0.82 | 0.67 | 357.5 | 0.75 | 0.19 |
| Hex | 54 | C | F | 0 | 56 | 52 | 43 | 166 | 4B | 13 |
| Octal | 124 | 14 | 17 | 0 | 126 | 122 | 103 | 546 | 113 | 23 |
| Binary | 1010100 | 1100 | 1111 | 0 | 1010110 | 1010010 | 1000011 | 101100110 | 1001011 | 10011 |
Color Harmonies of #540C0F
Complementary color
Monochromatic Colors of #540C0F
Black with #540C0F
Text Example
Text Example
White with #540C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C0F; }
p { color: rgb(84,12,15); }
H1.HeaderClassName
{
color: #540C0F;
}
.AnyTagClassName
{
color: #540C0F;
}
</style>
background-color css
<style>
a { background-color: #540C0F; }
a { background-color: rgb(84,12,15); }
div.DivClassName
{
background-color: #540C0F;
}
.BgClassName
{
background-color: #540C0F;
}
</style>
border-color css
<style>
span { border-color: #540C0F; }
span { border-color: rgb(84,12,15); }
td.TdClassName
{
border-color: #540C0F;
}
.TagClassName
{
border-color: #540C0F;
}
</style>