Shades of Bordeaux #541A2C
Tints of Bordeaux #541A2C
RGB
CMYK
RGB Variations
Color information
#541A2C (or 0x541A2C) is known color: Bordeaux. HEX triplet: 54, 1A and 2C. RGB value is (84,26,44). Sum of RGB (Red+Green+Blue) = 84+26+44=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #541A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A2C is #ABE5D3. Grayscale: #2D2D2D. Windows color (decimal): -11265492 or 2890324. OLE color: 2890324.
HSL color Cylindrical-coordinate representation of color #541A2C: hue angle of 341.38º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A2C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 44 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.67 |
| HSL | 341.38º | 0.53% | 0.22% | - |
| HSV(B) | 341.38º | 0.69% | 0.33% | - |
| XYZ | 4.48 | 2.81 | 2.69 | - |
| YUV | 45.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 44 | 0 | 0.69 | 0.48 | 0.67 | 341.38 | 0.53 | 0.22 |
| Hex | 54 | 1A | 2C | 0 | 45 | 30 | 43 | 155 | 35 | 16 |
| Octal | 124 | 32 | 54 | 0 | 105 | 60 | 103 | 525 | 65 | 26 |
| Binary | 1010100 | 11010 | 101100 | 0 | 1000101 | 110000 | 1000011 | 101010101 | 110101 | 10110 |
Color Harmonies of #541A2C
Complementary color
Monochromatic Colors of #541A2C
Black with #541A2C
Text Example
Text Example
White with #541A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A2C; }
p { color: rgb(84,26,44); }
H1.HeaderClassName
{
color: #541A2C;
}
.AnyTagClassName
{
color: #541A2C;
}
</style>
background-color css
<style>
a { background-color: #541A2C; }
a { background-color: rgb(84,26,44); }
div.DivClassName
{
background-color: #541A2C;
}
.BgClassName
{
background-color: #541A2C;
}
</style>
border-color css
<style>
span { border-color: #541A2C; }
span { border-color: rgb(84,26,44); }
td.TdClassName
{
border-color: #541A2C;
}
.TagClassName
{
border-color: #541A2C;
}
</style>