Shades of Bordeaux #541D25
Tints of Bordeaux #541D25
RGB
CMYK
RGB Variations
Color information
#541D25 (or 0x541D25) is known color: Bordeaux. HEX triplet: 54, 1D and 25. RGB value is (84,29,37). Sum of RGB (Red+Green+Blue) = 84+29+37=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D25 is #ABE2DA. Grayscale: #2E2E2E. Windows color (decimal): -11264731 or 2432340. OLE color: 2432340.
HSL color Cylindrical-coordinate representation of color #541D25: hue angle of 351.27º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #541D25 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 37 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.67 |
| HSL | 351.27º | 0.49% | 0.22% | - |
| HSV(B) | 351.27º | 0.65% | 0.33% | - |
| XYZ | 4.43 | 2.9 | 2.08 | - |
| YUV | 46.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 37 | 0 | 0.65 | 0.56 | 0.67 | 351.27 | 0.49 | 0.22 |
| Hex | 54 | 1D | 25 | 0 | 41 | 38 | 43 | 15F | 31 | 16 |
| Octal | 124 | 35 | 45 | 0 | 101 | 70 | 103 | 537 | 61 | 26 |
| Binary | 1010100 | 11101 | 100101 | 0 | 1000001 | 111000 | 1000011 | 101011111 | 110001 | 10110 |
Color Harmonies of #541D25
Complementary color
Monochromatic Colors of #541D25
Black with #541D25
Text Example
Text Example
White with #541D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D25; }
p { color: rgb(84,29,37); }
H1.HeaderClassName
{
color: #541D25;
}
.AnyTagClassName
{
color: #541D25;
}
</style>
background-color css
<style>
a { background-color: #541D25; }
a { background-color: rgb(84,29,37); }
div.DivClassName
{
background-color: #541D25;
}
.BgClassName
{
background-color: #541D25;
}
</style>
border-color css
<style>
span { border-color: #541D25; }
span { border-color: rgb(84,29,37); }
td.TdClassName
{
border-color: #541D25;
}
.TagClassName
{
border-color: #541D25;
}
</style>