Shades of Bordeaux #541B26
Tints of Bordeaux #541B26
RGB
CMYK
RGB Variations
Color information
#541B26 (or 0x541B26) is known color: Bordeaux. HEX triplet: 54, 1B and 26. RGB value is (84,27,38). Sum of RGB (Red+Green+Blue) = 84+27+38=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #541B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B26 is #ABE4D9. Grayscale: #2D2D2D. Windows color (decimal): -11265242 or 2497364. OLE color: 2497364.
HSL color Cylindrical-coordinate representation of color #541B26: hue angle of 348.42º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B26 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 38 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.67 |
| HSL | 348.42º | 0.51% | 0.22% | - |
| HSV(B) | 348.42º | 0.68% | 0.33% | - |
| XYZ | 4.4 | 2.81 | 2.14 | - |
| YUV | 45.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 38 | 0 | 0.68 | 0.55 | 0.67 | 348.42 | 0.51 | 0.22 |
| Hex | 54 | 1B | 26 | 0 | 44 | 37 | 43 | 15C | 33 | 16 |
| Octal | 124 | 33 | 46 | 0 | 104 | 67 | 103 | 534 | 63 | 26 |
| Binary | 1010100 | 11011 | 100110 | 0 | 1000100 | 110111 | 1000011 | 101011100 | 110011 | 10110 |
Color Harmonies of #541B26
Complementary color
Monochromatic Colors of #541B26
Black with #541B26
Text Example
Text Example
White with #541B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B26; }
p { color: rgb(84,27,38); }
H1.HeaderClassName
{
color: #541B26;
}
.AnyTagClassName
{
color: #541B26;
}
</style>
background-color css
<style>
a { background-color: #541B26; }
a { background-color: rgb(84,27,38); }
div.DivClassName
{
background-color: #541B26;
}
.BgClassName
{
background-color: #541B26;
}
</style>
border-color css
<style>
span { border-color: #541B26; }
span { border-color: rgb(84,27,38); }
td.TdClassName
{
border-color: #541B26;
}
.TagClassName
{
border-color: #541B26;
}
</style>