Shades of Bordeaux #54122A
Tints of Bordeaux #54122A
RGB
CMYK
RGB Variations
Color information
#54122A (or 0x54122A) is known color: Bordeaux. HEX triplet: 54, 12 and 2A. RGB value is (84,18,42). Sum of RGB (Red+Green+Blue) = 84+18+42=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54122A is #ABEDD5. Grayscale: #282828. Windows color (decimal): -11267542 or 2757204. OLE color: 2757204.
HSL color Cylindrical-coordinate representation of color #54122A: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54122A is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 42 | - |
| CMYK | 0 | 0.79 | 0.5 | 0.67 |
| HSL | 338.18º | 0.65% | 0.2% | - |
| HSV(B) | 338.18º | 0.79% | 0.33% | - |
| XYZ | 4.29 | 2.48 | 2.44 | - |
| YUV | 40.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 42 | 0 | 0.79 | 0.5 | 0.67 | 338.18 | 0.65 | 0.2 |
| Hex | 54 | 12 | 2A | 0 | 4F | 32 | 43 | 152 | 41 | 14 |
| Octal | 124 | 22 | 52 | 0 | 117 | 62 | 103 | 522 | 101 | 24 |
| Binary | 1010100 | 10010 | 101010 | 0 | 1001111 | 110010 | 1000011 | 101010010 | 1000001 | 10100 |
Color Harmonies of #54122A
Complementary color
Monochromatic Colors of #54122A
Black with #54122A
Text Example
Text Example
White with #54122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54122A; }
p { color: rgb(84,18,42); }
H1.HeaderClassName
{
color: #54122A;
}
.AnyTagClassName
{
color: #54122A;
}
</style>
background-color css
<style>
a { background-color: #54122A; }
a { background-color: rgb(84,18,42); }
div.DivClassName
{
background-color: #54122A;
}
.BgClassName
{
background-color: #54122A;
}
</style>
border-color css
<style>
span { border-color: #54122A; }
span { border-color: rgb(84,18,42); }
td.TdClassName
{
border-color: #54122A;
}
.TagClassName
{
border-color: #54122A;
}
</style>