Shades of Bordeaux #54162A
Tints of Bordeaux #54162A
RGB
CMYK
RGB Variations
Color information
#54162A (or 0x54162A) is known color: Bordeaux. HEX triplet: 54, 16 and 2A. RGB value is (84,22,42). Sum of RGB (Red+Green+Blue) = 84+22+42=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54162A is #ABE9D5. Grayscale: #2A2A2A. Windows color (decimal): -11266518 or 2758228. OLE color: 2758228.
HSL color Cylindrical-coordinate representation of color #54162A: hue angle of 340.65º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54162A is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 42 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.67 |
| HSL | 340.65º | 0.58% | 0.21% | - |
| HSV(B) | 340.65º | 0.74% | 0.33% | - |
| XYZ | 4.36 | 2.63 | 2.47 | - |
| YUV | 42.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 42 | 0 | 0.74 | 0.5 | 0.67 | 340.65 | 0.58 | 0.21 |
| Hex | 54 | 16 | 2A | 0 | 4A | 32 | 43 | 155 | 3A | 15 |
| Octal | 124 | 26 | 52 | 0 | 112 | 62 | 103 | 525 | 72 | 25 |
| Binary | 1010100 | 10110 | 101010 | 0 | 1001010 | 110010 | 1000011 | 101010101 | 111010 | 10101 |
Color Harmonies of #54162A
Complementary color
Monochromatic Colors of #54162A
Black with #54162A
Text Example
Text Example
White with #54162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54162A; }
p { color: rgb(84,22,42); }
H1.HeaderClassName
{
color: #54162A;
}
.AnyTagClassName
{
color: #54162A;
}
</style>
background-color css
<style>
a { background-color: #54162A; }
a { background-color: rgb(84,22,42); }
div.DivClassName
{
background-color: #54162A;
}
.BgClassName
{
background-color: #54162A;
}
</style>
border-color css
<style>
span { border-color: #54162A; }
span { border-color: rgb(84,22,42); }
td.TdClassName
{
border-color: #54162A;
}
.TagClassName
{
border-color: #54162A;
}
</style>