Shades of Loulou #541B45
Tints of Loulou #541B45
RGB
CMYK
RGB Variations
Color information
#541B45 (or 0x541B45) is known color: Loulou. HEX triplet: 54, 1B and 45. RGB value is (84,27,69). Sum of RGB (Red+Green+Blue) = 84+27+69=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #541B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B45 is #ABE4BA. Grayscale: #303030. Windows color (decimal): -11265211 or 4528980. OLE color: 4528980.
HSL color Cylindrical-coordinate representation of color #541B45: hue angle of 315.79º 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 #541B45 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 69 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.67 |
| HSL | 315.79º | 0.51% | 0.22% | - |
| HSV(B) | 315.79º | 0.68% | 0.33% | - |
| XYZ | 5.12 | 3.1 | 5.96 | - |
| YUV | 48.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 69 | 0 | 0.68 | 0.18 | 0.67 | 315.79 | 0.51 | 0.22 |
| Hex | 54 | 1B | 45 | 0 | 44 | 12 | 43 | 13C | 33 | 16 |
| Octal | 124 | 33 | 105 | 0 | 104 | 22 | 103 | 474 | 63 | 26 |
| Binary | 1010100 | 11011 | 1000101 | 0 | 1000100 | 10010 | 1000011 | 100111100 | 110011 | 10110 |
Color Harmonies of #541B45
Complementary color
Monochromatic Colors of #541B45
Black with #541B45
Text Example
Text Example
White with #541B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B45; }
p { color: rgb(84,27,69); }
H1.HeaderClassName
{
color: #541B45;
}
.AnyTagClassName
{
color: #541B45;
}
</style>
background-color css
<style>
a { background-color: #541B45; }
a { background-color: rgb(84,27,69); }
div.DivClassName
{
background-color: #541B45;
}
.BgClassName
{
background-color: #541B45;
}
</style>
border-color css
<style>
span { border-color: #541B45; }
span { border-color: rgb(84,27,69); }
td.TdClassName
{
border-color: #541B45;
}
.TagClassName
{
border-color: #541B45;
}
</style>