Shades of Bordeaux #541123
Tints of Bordeaux #541123
RGB
CMYK
RGB Variations
Color information
#541123 (or 0x541123) is known color: Bordeaux. HEX triplet: 54, 11 and 23. RGB value is (84,17,35). Sum of RGB (Red+Green+Blue) = 84+17+35=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541123 is #ABEEDC. Grayscale: #272727. Windows color (decimal): -11267805 or 2298196. OLE color: 2298196.
HSL color Cylindrical-coordinate representation of color #541123: hue angle of 343.88º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541123 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 35 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.67 |
| HSL | 343.88º | 0.66% | 0.2% | - |
| HSV(B) | 343.88º | 0.8% | 0.33% | - |
| XYZ | 4.16 | 2.41 | 1.84 | - |
| YUV | 39.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 35 | 0 | 0.80 | 0.58 | 0.67 | 343.88 | 0.66 | 0.2 |
| Hex | 54 | 11 | 23 | 0 | 50 | 3A | 43 | 158 | 42 | 14 |
| Octal | 124 | 21 | 43 | 0 | 120 | 72 | 103 | 530 | 102 | 24 |
| Binary | 1010100 | 10001 | 100011 | 0 | 1010000 | 111010 | 1000011 | 101011000 | 1000010 | 10100 |
Color Harmonies of #541123
Complementary color
Monochromatic Colors of #541123
Black with #541123
Text Example
Text Example
White with #541123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541123; }
p { color: rgb(84,17,35); }
H1.HeaderClassName
{
color: #541123;
}
.AnyTagClassName
{
color: #541123;
}
</style>
background-color css
<style>
a { background-color: #541123; }
a { background-color: rgb(84,17,35); }
div.DivClassName
{
background-color: #541123;
}
.BgClassName
{
background-color: #541123;
}
</style>
border-color css
<style>
span { border-color: #541123; }
span { border-color: rgb(84,17,35); }
td.TdClassName
{
border-color: #541123;
}
.TagClassName
{
border-color: #541123;
}
</style>