Shades of Bordeaux #541A24
Tints of Bordeaux #541A24
RGB
CMYK
RGB Variations
Color information
#541A24 (or 0x541A24) is known color: Bordeaux. HEX triplet: 54, 1A and 24. RGB value is (84,26,36). Sum of RGB (Red+Green+Blue) = 84+26+36=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A24 is #ABE5DB. Grayscale: #2C2C2C. Windows color (decimal): -11265500 or 2366036. OLE color: 2366036.
HSL color Cylindrical-coordinate representation of color #541A24: hue angle of 349.66º 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 #541A24 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 36 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.67 |
| HSL | 349.66º | 0.53% | 0.22% | - |
| HSV(B) | 349.66º | 0.69% | 0.33% | - |
| XYZ | 4.34 | 2.75 | 1.97 | - |
| YUV | 44.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 36 | 0 | 0.69 | 0.57 | 0.67 | 349.66 | 0.53 | 0.22 |
| Hex | 54 | 1A | 24 | 0 | 45 | 39 | 43 | 15E | 35 | 16 |
| Octal | 124 | 32 | 44 | 0 | 105 | 71 | 103 | 536 | 65 | 26 |
| Binary | 1010100 | 11010 | 100100 | 0 | 1000101 | 111001 | 1000011 | 101011110 | 110101 | 10110 |
Color Harmonies of #541A24
Complementary color
Monochromatic Colors of #541A24
Black with #541A24
Text Example
Text Example
White with #541A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A24; }
p { color: rgb(84,26,36); }
H1.HeaderClassName
{
color: #541A24;
}
.AnyTagClassName
{
color: #541A24;
}
</style>
background-color css
<style>
a { background-color: #541A24; }
a { background-color: rgb(84,26,36); }
div.DivClassName
{
background-color: #541A24;
}
.BgClassName
{
background-color: #541A24;
}
</style>
border-color css
<style>
span { border-color: #541A24; }
span { border-color: rgb(84,26,36); }
td.TdClassName
{
border-color: #541A24;
}
.TagClassName
{
border-color: #541A24;
}
</style>