Shades of Bordeaux #54111E
Tints of Bordeaux #54111E
RGB
CMYK
RGB Variations
Color information
#54111E (or 0x54111E) is known color: Bordeaux. HEX triplet: 54, 11 and 1E. RGB value is (84,17,30). Sum of RGB (Red+Green+Blue) = 84+17+30=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54111E is #ABEEE1. Grayscale: #262626. Windows color (decimal): -11267810 or 1970516. OLE color: 1970516.
HSL color Cylindrical-coordinate representation of color #54111E: hue angle of 348.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54111E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 30 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.67 |
| HSL | 348.36º | 0.66% | 0.2% | - |
| HSV(B) | 348.36º | 0.8% | 0.33% | - |
| XYZ | 4.09 | 2.38 | 1.47 | - |
| YUV | 38.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 30 | 0 | 0.80 | 0.64 | 0.67 | 348.36 | 0.66 | 0.2 |
| Hex | 54 | 11 | 1E | 0 | 50 | 40 | 43 | 15C | 42 | 14 |
| Octal | 124 | 21 | 36 | 0 | 120 | 100 | 103 | 534 | 102 | 24 |
| Binary | 1010100 | 10001 | 11110 | 0 | 1010000 | 1000000 | 1000011 | 101011100 | 1000010 | 10100 |
Color Harmonies of #54111E
Complementary color
Monochromatic Colors of #54111E
Black with #54111E
Text Example
Text Example
White with #54111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54111E; }
p { color: rgb(84,17,30); }
H1.HeaderClassName
{
color: #54111E;
}
.AnyTagClassName
{
color: #54111E;
}
</style>
background-color css
<style>
a { background-color: #54111E; }
a { background-color: rgb(84,17,30); }
div.DivClassName
{
background-color: #54111E;
}
.BgClassName
{
background-color: #54111E;
}
</style>
border-color css
<style>
span { border-color: #54111E; }
span { border-color: rgb(84,17,30); }
td.TdClassName
{
border-color: #54111E;
}
.TagClassName
{
border-color: #54111E;
}
</style>