Shades of Bordeaux #54151D
Tints of Bordeaux #54151D
RGB
CMYK
RGB Variations
Color information
#54151D (or 0x54151D) is known color: Bordeaux. HEX triplet: 54, 15 and 1D. RGB value is (84,21,29). Sum of RGB (Red+Green+Blue) = 84+21+29=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151D is #ABEAE2. Grayscale: #282828. Windows color (decimal): -11266787 or 1906004. OLE color: 1906004.
HSL color Cylindrical-coordinate representation of color #54151D: hue angle of 352.38º 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 #54151D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 29 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.67 |
| HSL | 352.38º | 0.6% | 0.21% | - |
| HSV(B) | 352.38º | 0.75% | 0.33% | - |
| XYZ | 4.15 | 2.51 | 1.43 | - |
| YUV | 40.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 29 | 0 | 0.75 | 0.65 | 0.67 | 352.38 | 0.6 | 0.21 |
| Hex | 54 | 15 | 1D | 0 | 4B | 41 | 43 | 160 | 3C | 15 |
| Octal | 124 | 25 | 35 | 0 | 113 | 101 | 103 | 540 | 74 | 25 |
| Binary | 1010100 | 10101 | 11101 | 0 | 1001011 | 1000001 | 1000011 | 101100000 | 111100 | 10101 |
Color Harmonies of #54151D
Complementary color
Monochromatic Colors of #54151D
Black with #54151D
Text Example
Text Example
White with #54151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54151D; }
p { color: rgb(84,21,29); }
H1.HeaderClassName
{
color: #54151D;
}
.AnyTagClassName
{
color: #54151D;
}
</style>
background-color css
<style>
a { background-color: #54151D; }
a { background-color: rgb(84,21,29); }
div.DivClassName
{
background-color: #54151D;
}
.BgClassName
{
background-color: #54151D;
}
</style>
border-color css
<style>
span { border-color: #54151D; }
span { border-color: rgb(84,21,29); }
td.TdClassName
{
border-color: #54151D;
}
.TagClassName
{
border-color: #54151D;
}
</style>