Shades of Bordeaux #541B27
Tints of Bordeaux #541B27
RGB
CMYK
RGB Variations
Color information
#541B27 (or 0x541B27) is known color: Bordeaux. HEX triplet: 54, 1B and 27. RGB value is (84,27,39). Sum of RGB (Red+Green+Blue) = 84+27+39=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B27 is #ABE4D8. Grayscale: #2D2D2D. Windows color (decimal): -11265241 or 2562900. OLE color: 2562900.
HSL color Cylindrical-coordinate representation of color #541B27: hue angle of 347.37º 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 #541B27 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 39 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.67 |
| HSL | 347.37º | 0.51% | 0.22% | - |
| HSV(B) | 347.37º | 0.68% | 0.33% | - |
| XYZ | 4.41 | 2.82 | 2.23 | - |
| YUV | 45.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 39 | 0 | 0.68 | 0.54 | 0.67 | 347.37 | 0.51 | 0.22 |
| Hex | 54 | 1B | 27 | 0 | 44 | 36 | 43 | 15B | 33 | 16 |
| Octal | 124 | 33 | 47 | 0 | 104 | 66 | 103 | 533 | 63 | 26 |
| Binary | 1010100 | 11011 | 100111 | 0 | 1000100 | 110110 | 1000011 | 101011011 | 110011 | 10110 |
Color Harmonies of #541B27
Complementary color
Monochromatic Colors of #541B27
Black with #541B27
Text Example
Text Example
White with #541B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B27; }
p { color: rgb(84,27,39); }
H1.HeaderClassName
{
color: #541B27;
}
.AnyTagClassName
{
color: #541B27;
}
</style>
background-color css
<style>
a { background-color: #541B27; }
a { background-color: rgb(84,27,39); }
div.DivClassName
{
background-color: #541B27;
}
.BgClassName
{
background-color: #541B27;
}
</style>
border-color css
<style>
span { border-color: #541B27; }
span { border-color: rgb(84,27,39); }
td.TdClassName
{
border-color: #541B27;
}
.TagClassName
{
border-color: #541B27;
}
</style>