Shades of Bordeaux #54141E
Tints of Bordeaux #54141E
RGB
CMYK
RGB Variations
Color information
#54141E (or 0x54141E) is known color: Bordeaux. HEX triplet: 54, 14 and 1E. RGB value is (84,20,30). Sum of RGB (Red+Green+Blue) = 84+20+30=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141E is #ABEBE1. Grayscale: #282828. Windows color (decimal): -11267042 or 1971284. OLE color: 1971284.
HSL color Cylindrical-coordinate representation of color #54141E: hue angle of 350.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54141E is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 30 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.67 |
| HSL | 350.63º | 0.62% | 0.2% | - |
| HSV(B) | 350.63º | 0.76% | 0.33% | - |
| XYZ | 4.14 | 2.48 | 1.49 | - |
| YUV | 40.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 30 | 0 | 0.76 | 0.64 | 0.67 | 350.63 | 0.62 | 0.2 |
| Hex | 54 | 14 | 1E | 0 | 4C | 40 | 43 | 15F | 3E | 14 |
| Octal | 124 | 24 | 36 | 0 | 114 | 100 | 103 | 537 | 76 | 24 |
| Binary | 1010100 | 10100 | 11110 | 0 | 1001100 | 1000000 | 1000011 | 101011111 | 111110 | 10100 |
Color Harmonies of #54141E
Complementary color
Monochromatic Colors of #54141E
Black with #54141E
Text Example
Text Example
White with #54141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54141E; }
p { color: rgb(84,20,30); }
H1.HeaderClassName
{
color: #54141E;
}
.AnyTagClassName
{
color: #54141E;
}
</style>
background-color css
<style>
a { background-color: #54141E; }
a { background-color: rgb(84,20,30); }
div.DivClassName
{
background-color: #54141E;
}
.BgClassName
{
background-color: #54141E;
}
</style>
border-color css
<style>
span { border-color: #54141E; }
span { border-color: rgb(84,20,30); }
td.TdClassName
{
border-color: #54141E;
}
.TagClassName
{
border-color: #54141E;
}
</style>