Shades of Bordeaux #54111B
Tints of Bordeaux #54111B
RGB
CMYK
RGB Variations
Color information
#54111B (or 0x54111B) is known color: Bordeaux. HEX triplet: 54, 11 and 1B. RGB value is (84,17,27). Sum of RGB (Red+Green+Blue) = 84+17+27=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54111B is #ABEEE4. Grayscale: #262626. Windows color (decimal): -11267813 or 1773908. OLE color: 1773908.
HSL color Cylindrical-coordinate representation of color #54111B: hue angle of 351.04º 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 #54111B is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 27 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.67 |
| HSL | 351.04º | 0.66% | 0.2% | - |
| HSV(B) | 351.04º | 0.8% | 0.33% | - |
| XYZ | 4.05 | 2.36 | 1.28 | - |
| YUV | 38.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 27 | 0 | 0.80 | 0.68 | 0.67 | 351.04 | 0.66 | 0.2 |
| Hex | 54 | 11 | 1B | 0 | 50 | 44 | 43 | 15F | 42 | 14 |
| Octal | 124 | 21 | 33 | 0 | 120 | 104 | 103 | 537 | 102 | 24 |
| Binary | 1010100 | 10001 | 11011 | 0 | 1010000 | 1000100 | 1000011 | 101011111 | 1000010 | 10100 |
Color Harmonies of #54111B
Complementary color
Monochromatic Colors of #54111B
Black with #54111B
Text Example
Text Example
White with #54111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54111B; }
p { color: rgb(84,17,27); }
H1.HeaderClassName
{
color: #54111B;
}
.AnyTagClassName
{
color: #54111B;
}
</style>
background-color css
<style>
a { background-color: #54111B; }
a { background-color: rgb(84,17,27); }
div.DivClassName
{
background-color: #54111B;
}
.BgClassName
{
background-color: #54111B;
}
</style>
border-color css
<style>
span { border-color: #54111B; }
span { border-color: rgb(84,17,27); }
td.TdClassName
{
border-color: #54111B;
}
.TagClassName
{
border-color: #54111B;
}
</style>