Shades of Bordeaux #54010E
Tints of Bordeaux #54010E
RGB
CMYK
RGB Variations
Color information
#54010E (or 0x54010E) is known color: Bordeaux. HEX triplet: 54, 01 and 0E. RGB value is (84,1,14). Sum of RGB (Red+Green+Blue) = 84+1+14=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #54010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010E is #ABFEF1. Grayscale: #1B1B1B. Windows color (decimal): -11271922 or 917844. OLE color: 917844.
HSL color Cylindrical-coordinate representation of color #54010E: hue angle of 350.6º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54010E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.67 |
| HSL | 350.6º | 0.98% | 0.17% | - |
| HSV(B) | 350.6º | 0.99% | 0.33% | - |
| XYZ | 3.75 | 1.94 | 0.59 | - |
| YUV | 27.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 14 | 0 | 0.99 | 0.83 | 0.67 | 350.6 | 0.98 | 0.17 |
| Hex | 54 | 1 | E | 0 | 63 | 53 | 43 | 15F | 62 | 11 |
| Octal | 124 | 1 | 16 | 0 | 143 | 123 | 103 | 537 | 142 | 21 |
| Binary | 1010100 | 1 | 1110 | 0 | 1100011 | 1010011 | 1000011 | 101011111 | 1100010 | 10001 |
Color Harmonies of #54010E
Complementary color
Monochromatic Colors of #54010E
Black with #54010E
Text Example
Text Example
White with #54010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54010E; }
p { color: rgb(84,1,14); }
H1.HeaderClassName
{
color: #54010E;
}
.AnyTagClassName
{
color: #54010E;
}
</style>
background-color css
<style>
a { background-color: #54010E; }
a { background-color: rgb(84,1,14); }
div.DivClassName
{
background-color: #54010E;
}
.BgClassName
{
background-color: #54010E;
}
</style>
border-color css
<style>
span { border-color: #54010E; }
span { border-color: rgb(84,1,14); }
td.TdClassName
{
border-color: #54010E;
}
.TagClassName
{
border-color: #54010E;
}
</style>