Shades of Bordeaux #54111D
Tints of Bordeaux #54111D
RGB
CMYK
RGB Variations
Color information
#54111D (or 0x54111D) is known color: Bordeaux. HEX triplet: 54, 11 and 1D. RGB value is (84,17,29). Sum of RGB (Red+Green+Blue) = 84+17+29=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54111D is #ABEEE2. Grayscale: #262626. Windows color (decimal): -11267811 or 1904980. OLE color: 1904980.
HSL color Cylindrical-coordinate representation of color #54111D: hue angle of 349.25º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54111D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 29 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.67 |
| HSL | 349.25º | 0.66% | 0.2% | - |
| HSV(B) | 349.25º | 0.8% | 0.33% | - |
| XYZ | 4.08 | 2.37 | 1.41 | - |
| YUV | 38.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 29 | 0 | 0.80 | 0.65 | 0.67 | 349.25 | 0.66 | 0.2 |
| Hex | 54 | 11 | 1D | 0 | 50 | 41 | 43 | 15D | 42 | 14 |
| Octal | 124 | 21 | 35 | 0 | 120 | 101 | 103 | 535 | 102 | 24 |
| Binary | 1010100 | 10001 | 11101 | 0 | 1010000 | 1000001 | 1000011 | 101011101 | 1000010 | 10100 |
Color Harmonies of #54111D
Complementary color
Monochromatic Colors of #54111D
Black with #54111D
Text Example
Text Example
White with #54111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54111D; }
p { color: rgb(84,17,29); }
H1.HeaderClassName
{
color: #54111D;
}
.AnyTagClassName
{
color: #54111D;
}
</style>
background-color css
<style>
a { background-color: #54111D; }
a { background-color: rgb(84,17,29); }
div.DivClassName
{
background-color: #54111D;
}
.BgClassName
{
background-color: #54111D;
}
</style>
border-color css
<style>
span { border-color: #54111D; }
span { border-color: rgb(84,17,29); }
td.TdClassName
{
border-color: #54111D;
}
.TagClassName
{
border-color: #54111D;
}
</style>