Shades of Bordeaux #541F29
Tints of Bordeaux #541F29
RGB
CMYK
RGB Variations
Color information
#541F29 (or 0x541F29) is known color: Bordeaux. HEX triplet: 54, 1F and 29. RGB value is (84,31,41). Sum of RGB (Red+Green+Blue) = 84+31+41=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #541F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F29 is #ABE0D6. Grayscale: #2F2F2F. Windows color (decimal): -11264215 or 2694996. OLE color: 2694996.
HSL color Cylindrical-coordinate representation of color #541F29: hue angle of 348.68º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F29 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 41 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.67 |
| HSL | 348.68º | 0.46% | 0.23% | - |
| HSV(B) | 348.68º | 0.63% | 0.33% | - |
| XYZ | 4.55 | 3.02 | 2.44 | - |
| YUV | 47.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 41 | 0 | 0.63 | 0.51 | 0.67 | 348.68 | 0.46 | 0.23 |
| Hex | 54 | 1F | 29 | 0 | 3F | 33 | 43 | 15D | 2E | 17 |
| Octal | 124 | 37 | 51 | 0 | 77 | 63 | 103 | 535 | 56 | 27 |
| Binary | 1010100 | 11111 | 101001 | 0 | 111111 | 110011 | 1000011 | 101011101 | 101110 | 10111 |
Color Harmonies of #541F29
Complementary color
Monochromatic Colors of #541F29
Black with #541F29
Text Example
Text Example
White with #541F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F29; }
p { color: rgb(84,31,41); }
H1.HeaderClassName
{
color: #541F29;
}
.AnyTagClassName
{
color: #541F29;
}
</style>
background-color css
<style>
a { background-color: #541F29; }
a { background-color: rgb(84,31,41); }
div.DivClassName
{
background-color: #541F29;
}
.BgClassName
{
background-color: #541F29;
}
</style>
border-color css
<style>
span { border-color: #541F29; }
span { border-color: rgb(84,31,41); }
td.TdClassName
{
border-color: #541F29;
}
.TagClassName
{
border-color: #541F29;
}
</style>