Shades of Bordeaux #54182A
Tints of Bordeaux #54182A
RGB
CMYK
RGB Variations
Color information
#54182A (or 0x54182A) is known color: Bordeaux. HEX triplet: 54, 18 and 2A. RGB value is (84,24,42). Sum of RGB (Red+Green+Blue) = 84+24+42=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182A is #ABE7D5. Grayscale: #2B2B2B. Windows color (decimal): -11266006 or 2758740. OLE color: 2758740.
HSL color Cylindrical-coordinate representation of color #54182A: hue angle of 342º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54182A is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 42 | - |
| CMYK | 0 | 0.71 | 0.5 | 0.67 |
| HSL | 342º | 0.56% | 0.21% | - |
| HSV(B) | 342º | 0.71% | 0.33% | - |
| XYZ | 4.4 | 2.71 | 2.48 | - |
| YUV | 43.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 42 | 0 | 0.71 | 0.5 | 0.67 | 342 | 0.56 | 0.21 |
| Hex | 54 | 18 | 2A | 0 | 47 | 32 | 43 | 156 | 38 | 15 |
| Octal | 124 | 30 | 52 | 0 | 107 | 62 | 103 | 526 | 70 | 25 |
| Binary | 1010100 | 11000 | 101010 | 0 | 1000111 | 110010 | 1000011 | 101010110 | 111000 | 10101 |
Color Harmonies of #54182A
Complementary color
Monochromatic Colors of #54182A
Black with #54182A
Text Example
Text Example
White with #54182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54182A; }
p { color: rgb(84,24,42); }
H1.HeaderClassName
{
color: #54182A;
}
.AnyTagClassName
{
color: #54182A;
}
</style>
background-color css
<style>
a { background-color: #54182A; }
a { background-color: rgb(84,24,42); }
div.DivClassName
{
background-color: #54182A;
}
.BgClassName
{
background-color: #54182A;
}
</style>
border-color css
<style>
span { border-color: #54182A; }
span { border-color: rgb(84,24,42); }
td.TdClassName
{
border-color: #54182A;
}
.TagClassName
{
border-color: #54182A;
}
</style>