Shades of Bordeaux #541529
Tints of Bordeaux #541529
RGB
CMYK
RGB Variations
Color information
#541529 (or 0x541529) is known color: Bordeaux. HEX triplet: 54, 15 and 29. RGB value is (84,21,41). Sum of RGB (Red+Green+Blue) = 84+21+41=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541529 is #ABEAD6. Grayscale: #2A2A2A. Windows color (decimal): -11266775 or 2692436. OLE color: 2692436.
HSL color Cylindrical-coordinate representation of color #541529: hue angle of 340.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541529 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 41 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.67 |
| HSL | 340.95º | 0.6% | 0.21% | - |
| HSV(B) | 340.95º | 0.75% | 0.33% | - |
| XYZ | 4.32 | 2.58 | 2.37 | - |
| YUV | 42.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 41 | 0 | 0.75 | 0.51 | 0.67 | 340.95 | 0.6 | 0.21 |
| Hex | 54 | 15 | 29 | 0 | 4B | 33 | 43 | 155 | 3C | 15 |
| Octal | 124 | 25 | 51 | 0 | 113 | 63 | 103 | 525 | 74 | 25 |
| Binary | 1010100 | 10101 | 101001 | 0 | 1001011 | 110011 | 1000011 | 101010101 | 111100 | 10101 |
Color Harmonies of #541529
Complementary color
Monochromatic Colors of #541529
Black with #541529
Text Example
Text Example
White with #541529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541529; }
p { color: rgb(84,21,41); }
H1.HeaderClassName
{
color: #541529;
}
.AnyTagClassName
{
color: #541529;
}
</style>
background-color css
<style>
a { background-color: #541529; }
a { background-color: rgb(84,21,41); }
div.DivClassName
{
background-color: #541529;
}
.BgClassName
{
background-color: #541529;
}
</style>
border-color css
<style>
span { border-color: #541529; }
span { border-color: rgb(84,21,41); }
td.TdClassName
{
border-color: #541529;
}
.TagClassName
{
border-color: #541529;
}
</style>