Shades of Bordeaux #54172B
Tints of Bordeaux #54172B
RGB
CMYK
RGB Variations
Color information
#54172B (or 0x54172B) is known color: Bordeaux. HEX triplet: 54, 17 and 2B. RGB value is (84,23,43). Sum of RGB (Red+Green+Blue) = 84+23+43=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54172B is #ABE8D4. Grayscale: #2B2B2B. Windows color (decimal): -11266261 or 2824020. OLE color: 2824020.
HSL color Cylindrical-coordinate representation of color #54172B: hue angle of 340.33º 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 #54172B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 43 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.67 |
| HSL | 340.33º | 0.57% | 0.21% | - |
| HSV(B) | 340.33º | 0.73% | 0.33% | - |
| XYZ | 4.4 | 2.67 | 2.57 | - |
| YUV | 43.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 43 | 0 | 0.73 | 0.49 | 0.67 | 340.33 | 0.57 | 0.21 |
| Hex | 54 | 17 | 2B | 0 | 49 | 31 | 43 | 154 | 39 | 15 |
| Octal | 124 | 27 | 53 | 0 | 111 | 61 | 103 | 524 | 71 | 25 |
| Binary | 1010100 | 10111 | 101011 | 0 | 1001001 | 110001 | 1000011 | 101010100 | 111001 | 10101 |
Color Harmonies of #54172B
Complementary color
Monochromatic Colors of #54172B
Black with #54172B
Text Example
Text Example
White with #54172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54172B; }
p { color: rgb(84,23,43); }
H1.HeaderClassName
{
color: #54172B;
}
.AnyTagClassName
{
color: #54172B;
}
</style>
background-color css
<style>
a { background-color: #54172B; }
a { background-color: rgb(84,23,43); }
div.DivClassName
{
background-color: #54172B;
}
.BgClassName
{
background-color: #54172B;
}
</style>
border-color css
<style>
span { border-color: #54172B; }
span { border-color: rgb(84,23,43); }
td.TdClassName
{
border-color: #54172B;
}
.TagClassName
{
border-color: #54172B;
}
</style>