Shades of Bordeaux #541015
Tints of Bordeaux #541015
RGB
CMYK
RGB Variations
Color information
#541015 (or 0x541015) is known color: Bordeaux. HEX triplet: 54, 10 and 15. RGB value is (84,16,21). Sum of RGB (Red+Green+Blue) = 84+16+21=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541015 is #ABEFEA. Grayscale: #242424. Windows color (decimal): -11268075 or 1380436. OLE color: 1380436.
HSL color Cylindrical-coordinate representation of color #541015: hue angle of 355.59º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541015 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 21 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.67 |
| HSL | 355.59º | 0.68% | 0.2% | - |
| HSV(B) | 355.59º | 0.81% | 0.33% | - |
| XYZ | 3.98 | 2.31 | 0.95 | - |
| YUV | 36.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 21 | 0 | 0.81 | 0.75 | 0.67 | 355.59 | 0.68 | 0.2 |
| Hex | 54 | 10 | 15 | 0 | 51 | 4B | 43 | 164 | 44 | 14 |
| Octal | 124 | 20 | 25 | 0 | 121 | 113 | 103 | 544 | 104 | 24 |
| Binary | 1010100 | 10000 | 10101 | 0 | 1010001 | 1001011 | 1000011 | 101100100 | 1000100 | 10100 |
Color Harmonies of #541015
Complementary color
Monochromatic Colors of #541015
Black with #541015
Text Example
Text Example
White with #541015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541015; }
p { color: rgb(84,16,21); }
H1.HeaderClassName
{
color: #541015;
}
.AnyTagClassName
{
color: #541015;
}
</style>
background-color css
<style>
a { background-color: #541015; }
a { background-color: rgb(84,16,21); }
div.DivClassName
{
background-color: #541015;
}
.BgClassName
{
background-color: #541015;
}
</style>
border-color css
<style>
span { border-color: #541015; }
span { border-color: rgb(84,16,21); }
td.TdClassName
{
border-color: #541015;
}
.TagClassName
{
border-color: #541015;
}
</style>