Shades of Bordeaux #54161E
Tints of Bordeaux #54161E
RGB
CMYK
RGB Variations
Color information
#54161E (or 0x54161E) is known color: Bordeaux. HEX triplet: 54, 16 and 1E. RGB value is (84,22,30). Sum of RGB (Red+Green+Blue) = 84+22+30=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161E is #ABE9E1. Grayscale: #292929. Windows color (decimal): -11266530 or 1971796. OLE color: 1971796.
HSL color Cylindrical-coordinate representation of color #54161E: hue angle of 352.26º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54161E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 30 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.67 |
| HSL | 352.26º | 0.58% | 0.21% | - |
| HSV(B) | 352.26º | 0.74% | 0.33% | - |
| XYZ | 4.18 | 2.55 | 1.5 | - |
| YUV | 41.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 30 | 0 | 0.74 | 0.64 | 0.67 | 352.26 | 0.58 | 0.21 |
| Hex | 54 | 16 | 1E | 0 | 4A | 40 | 43 | 160 | 3A | 15 |
| Octal | 124 | 26 | 36 | 0 | 112 | 100 | 103 | 540 | 72 | 25 |
| Binary | 1010100 | 10110 | 11110 | 0 | 1001010 | 1000000 | 1000011 | 101100000 | 111010 | 10101 |
Color Harmonies of #54161E
Complementary color
Monochromatic Colors of #54161E
Black with #54161E
Text Example
Text Example
White with #54161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54161E; }
p { color: rgb(84,22,30); }
H1.HeaderClassName
{
color: #54161E;
}
.AnyTagClassName
{
color: #54161E;
}
</style>
background-color css
<style>
a { background-color: #54161E; }
a { background-color: rgb(84,22,30); }
div.DivClassName
{
background-color: #54161E;
}
.BgClassName
{
background-color: #54161E;
}
</style>
border-color css
<style>
span { border-color: #54161E; }
span { border-color: rgb(84,22,30); }
td.TdClassName
{
border-color: #54161E;
}
.TagClassName
{
border-color: #54161E;
}
</style>