Shades of Bordeaux #54131B
Tints of Bordeaux #54131B
RGB
CMYK
RGB Variations
Color information
#54131B (or 0x54131B) is known color: Bordeaux. HEX triplet: 54, 13 and 1B. RGB value is (84,19,27). Sum of RGB (Red+Green+Blue) = 84+19+27=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54131B is #ABECE4. Grayscale: #272727. Windows color (decimal): -11267301 or 1774420. OLE color: 1774420.
HSL color Cylindrical-coordinate representation of color #54131B: hue angle of 352.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54131B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 27 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.67 |
| HSL | 352.62º | 0.63% | 0.2% | - |
| HSV(B) | 352.62º | 0.77% | 0.33% | - |
| XYZ | 4.09 | 2.43 | 1.29 | - |
| YUV | 39.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 27 | 0 | 0.77 | 0.68 | 0.67 | 352.62 | 0.63 | 0.2 |
| Hex | 54 | 13 | 1B | 0 | 4D | 44 | 43 | 161 | 3F | 14 |
| Octal | 124 | 23 | 33 | 0 | 115 | 104 | 103 | 541 | 77 | 24 |
| Binary | 1010100 | 10011 | 11011 | 0 | 1001101 | 1000100 | 1000011 | 101100001 | 111111 | 10100 |
Color Harmonies of #54131B
Complementary color
Monochromatic Colors of #54131B
Black with #54131B
Text Example
Text Example
White with #54131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54131B; }
p { color: rgb(84,19,27); }
H1.HeaderClassName
{
color: #54131B;
}
.AnyTagClassName
{
color: #54131B;
}
</style>
background-color css
<style>
a { background-color: #54131B; }
a { background-color: rgb(84,19,27); }
div.DivClassName
{
background-color: #54131B;
}
.BgClassName
{
background-color: #54131B;
}
</style>
border-color css
<style>
span { border-color: #54131B; }
span { border-color: rgb(84,19,27); }
td.TdClassName
{
border-color: #54131B;
}
.TagClassName
{
border-color: #54131B;
}
</style>