Shades of Bordeaux #54141C
Tints of Bordeaux #54141C
RGB
CMYK
RGB Variations
Color information
#54141C (or 0x54141C) is known color: Bordeaux. HEX triplet: 54, 14 and 1C. RGB value is (84,20,28). Sum of RGB (Red+Green+Blue) = 84+20+28=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141C is #ABEBE3. Grayscale: #282828. Windows color (decimal): -11267044 or 1840212. OLE color: 1840212.
HSL color Cylindrical-coordinate representation of color #54141C: hue angle of 352.5º 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 #54141C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 28 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.67 |
| HSL | 352.5º | 0.62% | 0.2% | - |
| HSV(B) | 352.5º | 0.76% | 0.33% | - |
| XYZ | 4.12 | 2.47 | 1.36 | - |
| YUV | 40.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 28 | 0 | 0.76 | 0.67 | 0.67 | 352.5 | 0.62 | 0.2 |
| Hex | 54 | 14 | 1C | 0 | 4C | 43 | 43 | 160 | 3E | 14 |
| Octal | 124 | 24 | 34 | 0 | 114 | 103 | 103 | 540 | 76 | 24 |
| Binary | 1010100 | 10100 | 11100 | 0 | 1001100 | 1000011 | 1000011 | 101100000 | 111110 | 10100 |
Color Harmonies of #54141C
Complementary color
Monochromatic Colors of #54141C
Black with #54141C
Text Example
Text Example
White with #54141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54141C; }
p { color: rgb(84,20,28); }
H1.HeaderClassName
{
color: #54141C;
}
.AnyTagClassName
{
color: #54141C;
}
</style>
background-color css
<style>
a { background-color: #54141C; }
a { background-color: rgb(84,20,28); }
div.DivClassName
{
background-color: #54141C;
}
.BgClassName
{
background-color: #54141C;
}
</style>
border-color css
<style>
span { border-color: #54141C; }
span { border-color: rgb(84,20,28); }
td.TdClassName
{
border-color: #54141C;
}
.TagClassName
{
border-color: #54141C;
}
</style>