Shades of Bordeaux #54101C
Tints of Bordeaux #54101C
RGB
CMYK
RGB Variations
Color information
#54101C (or 0x54101C) is known color: Bordeaux. HEX triplet: 54, 10 and 1C. RGB value is (84,16,28). Sum of RGB (Red+Green+Blue) = 84+16+28=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54101C is #ABEFE3. Grayscale: #252525. Windows color (decimal): -11268068 or 1839188. OLE color: 1839188.
HSL color Cylindrical-coordinate representation of color #54101C: hue angle of 349.41º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54101C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 28 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.67 |
| HSL | 349.41º | 0.68% | 0.2% | - |
| HSV(B) | 349.41º | 0.81% | 0.33% | - |
| XYZ | 4.05 | 2.34 | 1.34 | - |
| YUV | 37.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 28 | 0 | 0.81 | 0.67 | 0.67 | 349.41 | 0.68 | 0.2 |
| Hex | 54 | 10 | 1C | 0 | 51 | 43 | 43 | 15D | 44 | 14 |
| Octal | 124 | 20 | 34 | 0 | 121 | 103 | 103 | 535 | 104 | 24 |
| Binary | 1010100 | 10000 | 11100 | 0 | 1010001 | 1000011 | 1000011 | 101011101 | 1000100 | 10100 |
Color Harmonies of #54101C
Complementary color
Monochromatic Colors of #54101C
Black with #54101C
Text Example
Text Example
White with #54101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54101C; }
p { color: rgb(84,16,28); }
H1.HeaderClassName
{
color: #54101C;
}
.AnyTagClassName
{
color: #54101C;
}
</style>
background-color css
<style>
a { background-color: #54101C; }
a { background-color: rgb(84,16,28); }
div.DivClassName
{
background-color: #54101C;
}
.BgClassName
{
background-color: #54101C;
}
</style>
border-color css
<style>
span { border-color: #54101C; }
span { border-color: rgb(84,16,28); }
td.TdClassName
{
border-color: #54101C;
}
.TagClassName
{
border-color: #54101C;
}
</style>