Shades of Bordeaux #54192C
Tints of Bordeaux #54192C
RGB
CMYK
RGB Variations
Color information
#54192C (or 0x54192C) is known color: Bordeaux. HEX triplet: 54, 19 and 2C. RGB value is (84,25,44). Sum of RGB (Red+Green+Blue) = 84+25+44=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54192C is #ABE6D3. Grayscale: #2C2C2C. Windows color (decimal): -11265748 or 2890068. OLE color: 2890068.
HSL color Cylindrical-coordinate representation of color #54192C: hue angle of 340.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54192C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 44 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.67 |
| HSL | 340.68º | 0.54% | 0.21% | - |
| HSV(B) | 340.68º | 0.7% | 0.33% | - |
| XYZ | 4.46 | 2.76 | 2.68 | - |
| YUV | 44.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 44 | 0 | 0.70 | 0.48 | 0.67 | 340.68 | 0.54 | 0.21 |
| Hex | 54 | 19 | 2C | 0 | 46 | 30 | 43 | 155 | 36 | 15 |
| Octal | 124 | 31 | 54 | 0 | 106 | 60 | 103 | 525 | 66 | 25 |
| Binary | 1010100 | 11001 | 101100 | 0 | 1000110 | 110000 | 1000011 | 101010101 | 110110 | 10101 |
Color Harmonies of #54192C
Complementary color
Monochromatic Colors of #54192C
Black with #54192C
Text Example
Text Example
White with #54192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54192C; }
p { color: rgb(84,25,44); }
H1.HeaderClassName
{
color: #54192C;
}
.AnyTagClassName
{
color: #54192C;
}
</style>
background-color css
<style>
a { background-color: #54192C; }
a { background-color: rgb(84,25,44); }
div.DivClassName
{
background-color: #54192C;
}
.BgClassName
{
background-color: #54192C;
}
</style>
border-color css
<style>
span { border-color: #54192C; }
span { border-color: rgb(84,25,44); }
td.TdClassName
{
border-color: #54192C;
}
.TagClassName
{
border-color: #54192C;
}
</style>