Shades of Bordeaux #54171F
Tints of Bordeaux #54171F
RGB
CMYK
RGB Variations
Color information
#54171F (or 0x54171F) is known color: Bordeaux. HEX triplet: 54, 17 and 1F. RGB value is (84,23,31). Sum of RGB (Red+Green+Blue) = 84+23+31=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #54171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54171F is #ABE8E0. Grayscale: #2A2A2A. Windows color (decimal): -11266273 or 2037588. OLE color: 2037588.
HSL color Cylindrical-coordinate representation of color #54171F: hue angle of 352.13º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54171F is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 31 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.67 |
| HSL | 352.13º | 0.57% | 0.21% | - |
| HSV(B) | 352.13º | 0.73% | 0.33% | - |
| XYZ | 4.21 | 2.6 | 1.58 | - |
| YUV | 42.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 31 | 0 | 0.73 | 0.63 | 0.67 | 352.13 | 0.57 | 0.21 |
| Hex | 54 | 17 | 1F | 0 | 49 | 3F | 43 | 160 | 39 | 15 |
| Octal | 124 | 27 | 37 | 0 | 111 | 77 | 103 | 540 | 71 | 25 |
| Binary | 1010100 | 10111 | 11111 | 0 | 1001001 | 111111 | 1000011 | 101100000 | 111001 | 10101 |
Color Harmonies of #54171F
Complementary color
Monochromatic Colors of #54171F
Black with #54171F
Text Example
Text Example
White with #54171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54171F; }
p { color: rgb(84,23,31); }
H1.HeaderClassName
{
color: #54171F;
}
.AnyTagClassName
{
color: #54171F;
}
</style>
background-color css
<style>
a { background-color: #54171F; }
a { background-color: rgb(84,23,31); }
div.DivClassName
{
background-color: #54171F;
}
.BgClassName
{
background-color: #54171F;
}
</style>
border-color css
<style>
span { border-color: #54171F; }
span { border-color: rgb(84,23,31); }
td.TdClassName
{
border-color: #54171F;
}
.TagClassName
{
border-color: #54171F;
}
</style>