Shades of Loulou #541F44
Tints of Loulou #541F44
RGB
CMYK
RGB Variations
Color information
#541F44 (or 0x541F44) is known color: Loulou. HEX triplet: 54, 1F and 44. RGB value is (84,31,68). Sum of RGB (Red+Green+Blue) = 84+31+68=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #541F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F44 is #ABE0BB. Grayscale: #323232. Windows color (decimal): -11264188 or 4464468. OLE color: 4464468.
HSL color Cylindrical-coordinate representation of color #541F44: hue angle of 318.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F44 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 68 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.67 |
| HSL | 318.11º | 0.46% | 0.23% | - |
| HSV(B) | 318.11º | 0.63% | 0.33% | - |
| XYZ | 5.19 | 3.28 | 5.83 | - |
| YUV | 51.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 68 | 0 | 0.63 | 0.19 | 0.67 | 318.11 | 0.46 | 0.23 |
| Hex | 54 | 1F | 44 | 0 | 3F | 13 | 43 | 13E | 2E | 17 |
| Octal | 124 | 37 | 104 | 0 | 77 | 23 | 103 | 476 | 56 | 27 |
| Binary | 1010100 | 11111 | 1000100 | 0 | 111111 | 10011 | 1000011 | 100111110 | 101110 | 10111 |
Color Harmonies of #541F44
Complementary color
Monochromatic Colors of #541F44
Black with #541F44
Text Example
Text Example
White with #541F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F44; }
p { color: rgb(84,31,68); }
H1.HeaderClassName
{
color: #541F44;
}
.AnyTagClassName
{
color: #541F44;
}
</style>
background-color css
<style>
a { background-color: #541F44; }
a { background-color: rgb(84,31,68); }
div.DivClassName
{
background-color: #541F44;
}
.BgClassName
{
background-color: #541F44;
}
</style>
border-color css
<style>
span { border-color: #541F44; }
span { border-color: rgb(84,31,68); }
td.TdClassName
{
border-color: #541F44;
}
.TagClassName
{
border-color: #541F44;
}
</style>