Shades of Bordeaux #54212A
Tints of Bordeaux #54212A
RGB
CMYK
RGB Variations
Color information
#54212A (or 0x54212A) is known color: Bordeaux. HEX triplet: 54, 21 and 2A. RGB value is (84,33,42). Sum of RGB (Red+Green+Blue) = 84+33+42=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54212A is #ABDED5. Grayscale: #313131. Windows color (decimal): -11263702 or 2761044. OLE color: 2761044.
HSL color Cylindrical-coordinate representation of color #54212A: hue angle of 349.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54212A is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 42 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.67 |
| HSL | 349.41º | 0.44% | 0.23% | - |
| HSV(B) | 349.41º | 0.61% | 0.33% | - |
| XYZ | 4.62 | 3.14 | 2.55 | - |
| YUV | 49.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 42 | 0 | 0.61 | 0.5 | 0.67 | 349.41 | 0.44 | 0.23 |
| Hex | 54 | 21 | 2A | 0 | 3D | 32 | 43 | 15D | 2C | 17 |
| Octal | 124 | 41 | 52 | 0 | 75 | 62 | 103 | 535 | 54 | 27 |
| Binary | 1010100 | 100001 | 101010 | 0 | 111101 | 110010 | 1000011 | 101011101 | 101100 | 10111 |
Color Harmonies of #54212A
Complementary color
Monochromatic Colors of #54212A
Black with #54212A
Text Example
Text Example
White with #54212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54212A; }
p { color: rgb(84,33,42); }
H1.HeaderClassName
{
color: #54212A;
}
.AnyTagClassName
{
color: #54212A;
}
</style>
background-color css
<style>
a { background-color: #54212A; }
a { background-color: rgb(84,33,42); }
div.DivClassName
{
background-color: #54212A;
}
.BgClassName
{
background-color: #54212A;
}
</style>
border-color css
<style>
span { border-color: #54212A; }
span { border-color: rgb(84,33,42); }
td.TdClassName
{
border-color: #54212A;
}
.TagClassName
{
border-color: #54212A;
}
</style>