Shades of Bordeaux #54141B
Tints of Bordeaux #54141B
RGB
CMYK
RGB Variations
Color information
#54141B (or 0x54141B) is known color: Bordeaux. HEX triplet: 54, 14 and 1B. RGB value is (84,20,27). Sum of RGB (Red+Green+Blue) = 84+20+27=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141B is #ABEBE4. Grayscale: #272727. Windows color (decimal): -11267045 or 1774676. OLE color: 1774676.
HSL color Cylindrical-coordinate representation of color #54141B: hue angle of 353.44º 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 #54141B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 27 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.67 |
| HSL | 353.44º | 0.62% | 0.2% | - |
| HSV(B) | 353.44º | 0.76% | 0.33% | - |
| XYZ | 4.1 | 2.46 | 1.3 | - |
| YUV | 39.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 27 | 0 | 0.76 | 0.68 | 0.67 | 353.44 | 0.62 | 0.2 |
| Hex | 54 | 14 | 1B | 0 | 4C | 44 | 43 | 161 | 3E | 14 |
| Octal | 124 | 24 | 33 | 0 | 114 | 104 | 103 | 541 | 76 | 24 |
| Binary | 1010100 | 10100 | 11011 | 0 | 1001100 | 1000100 | 1000011 | 101100001 | 111110 | 10100 |
Color Harmonies of #54141B
Complementary color
Monochromatic Colors of #54141B
Black with #54141B
Text Example
Text Example
White with #54141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54141B; }
p { color: rgb(84,20,27); }
H1.HeaderClassName
{
color: #54141B;
}
.AnyTagClassName
{
color: #54141B;
}
</style>
background-color css
<style>
a { background-color: #54141B; }
a { background-color: rgb(84,20,27); }
div.DivClassName
{
background-color: #54141B;
}
.BgClassName
{
background-color: #54141B;
}
</style>
border-color css
<style>
span { border-color: #54141B; }
span { border-color: rgb(84,20,27); }
td.TdClassName
{
border-color: #54141B;
}
.TagClassName
{
border-color: #54141B;
}
</style>