Shades of Bordeaux #54151B
Tints of Bordeaux #54151B
RGB
CMYK
RGB Variations
Color information
#54151B (or 0x54151B) is known color: Bordeaux. HEX triplet: 54, 15 and 1B. RGB value is (84,21,27). Sum of RGB (Red+Green+Blue) = 84+21+27=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151B is #ABEAE4. Grayscale: #282828. Windows color (decimal): -11266789 or 1774932. OLE color: 1774932.
HSL color Cylindrical-coordinate representation of color #54151B: hue angle of 354.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54151B is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 27 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.67 |
| HSL | 354.29º | 0.6% | 0.21% | - |
| HSV(B) | 354.29º | 0.75% | 0.33% | - |
| XYZ | 4.12 | 2.5 | 1.3 | - |
| YUV | 40.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 27 | 0 | 0.75 | 0.68 | 0.67 | 354.29 | 0.6 | 0.21 |
| Hex | 54 | 15 | 1B | 0 | 4B | 44 | 43 | 162 | 3C | 15 |
| Octal | 124 | 25 | 33 | 0 | 113 | 104 | 103 | 542 | 74 | 25 |
| Binary | 1010100 | 10101 | 11011 | 0 | 1001011 | 1000100 | 1000011 | 101100010 | 111100 | 10101 |
Color Harmonies of #54151B
Complementary color
Monochromatic Colors of #54151B
Black with #54151B
Text Example
Text Example
White with #54151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54151B; }
p { color: rgb(84,21,27); }
H1.HeaderClassName
{
color: #54151B;
}
.AnyTagClassName
{
color: #54151B;
}
</style>
background-color css
<style>
a { background-color: #54151B; }
a { background-color: rgb(84,21,27); }
div.DivClassName
{
background-color: #54151B;
}
.BgClassName
{
background-color: #54151B;
}
</style>
border-color css
<style>
span { border-color: #54151B; }
span { border-color: rgb(84,21,27); }
td.TdClassName
{
border-color: #54151B;
}
.TagClassName
{
border-color: #54151B;
}
</style>