Shades of Bordeaux #541A28
Tints of Bordeaux #541A28
RGB
CMYK
RGB Variations
Color information
#541A28 (or 0x541A28) is known color: Bordeaux. HEX triplet: 54, 1A and 28. RGB value is (84,26,40). Sum of RGB (Red+Green+Blue) = 84+26+40=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A28 is #ABE5D7. Grayscale: #2C2C2C. Windows color (decimal): -11265496 or 2628180. OLE color: 2628180.
HSL color Cylindrical-coordinate representation of color #541A28: hue angle of 345.52º 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 #541A28 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 40 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.67 |
| HSL | 345.52º | 0.53% | 0.22% | - |
| HSV(B) | 345.52º | 0.69% | 0.33% | - |
| XYZ | 4.41 | 2.78 | 2.31 | - |
| YUV | 44.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 40 | 0 | 0.69 | 0.52 | 0.67 | 345.52 | 0.53 | 0.22 |
| Hex | 54 | 1A | 28 | 0 | 45 | 34 | 43 | 15A | 35 | 16 |
| Octal | 124 | 32 | 50 | 0 | 105 | 64 | 103 | 532 | 65 | 26 |
| Binary | 1010100 | 11010 | 101000 | 0 | 1000101 | 110100 | 1000011 | 101011010 | 110101 | 10110 |
Color Harmonies of #541A28
Complementary color
Monochromatic Colors of #541A28
Black with #541A28
Text Example
Text Example
White with #541A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A28; }
p { color: rgb(84,26,40); }
H1.HeaderClassName
{
color: #541A28;
}
.AnyTagClassName
{
color: #541A28;
}
</style>
background-color css
<style>
a { background-color: #541A28; }
a { background-color: rgb(84,26,40); }
div.DivClassName
{
background-color: #541A28;
}
.BgClassName
{
background-color: #541A28;
}
</style>
border-color css
<style>
span { border-color: #541A28; }
span { border-color: rgb(84,26,40); }
td.TdClassName
{
border-color: #541A28;
}
.TagClassName
{
border-color: #541A28;
}
</style>