Shades of Loulou #541B42
Tints of Loulou #541B42
RGB
CMYK
RGB Variations
Color information
#541B42 (or 0x541B42) is known color: Loulou. HEX triplet: 54, 1B and 42. RGB value is (84,27,66). Sum of RGB (Red+Green+Blue) = 84+27+66=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B42 is #ABE4BD. Grayscale: #303030. Windows color (decimal): -11265214 or 4332372. OLE color: 4332372.
HSL color Cylindrical-coordinate representation of color #541B42: hue angle of 318.95º 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 #541B42 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 66 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.67 |
| HSL | 318.95º | 0.51% | 0.22% | - |
| HSV(B) | 318.95º | 0.68% | 0.33% | - |
| XYZ | 5.03 | 3.06 | 5.48 | - |
| YUV | 48.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 66 | 0 | 0.68 | 0.21 | 0.67 | 318.95 | 0.51 | 0.22 |
| Hex | 54 | 1B | 42 | 0 | 44 | 15 | 43 | 13F | 33 | 16 |
| Octal | 124 | 33 | 102 | 0 | 104 | 25 | 103 | 477 | 63 | 26 |
| Binary | 1010100 | 11011 | 1000010 | 0 | 1000100 | 10101 | 1000011 | 100111111 | 110011 | 10110 |
Color Harmonies of #541B42
Complementary color
Monochromatic Colors of #541B42
Black with #541B42
Text Example
Text Example
White with #541B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B42; }
p { color: rgb(84,27,66); }
H1.HeaderClassName
{
color: #541B42;
}
.AnyTagClassName
{
color: #541B42;
}
</style>
background-color css
<style>
a { background-color: #541B42; }
a { background-color: rgb(84,27,66); }
div.DivClassName
{
background-color: #541B42;
}
.BgClassName
{
background-color: #541B42;
}
</style>
border-color css
<style>
span { border-color: #541B42; }
span { border-color: rgb(84,27,66); }
td.TdClassName
{
border-color: #541B42;
}
.TagClassName
{
border-color: #541B42;
}
</style>