Shades of Loulou #541C43
Tints of Loulou #541C43
RGB
CMYK
RGB Variations
Color information
#541C43 (or 0x541C43) is known color: Loulou. HEX triplet: 54, 1C and 43. RGB value is (84,28,67). Sum of RGB (Red+Green+Blue) = 84+28+67=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C43 is #ABE3BC. Grayscale: #313131. Windows color (decimal): -11264957 or 4398164. OLE color: 4398164.
HSL color Cylindrical-coordinate representation of color #541C43: hue angle of 318.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C43 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 67 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.67 |
| HSL | 318.21º | 0.5% | 0.22% | - |
| HSV(B) | 318.21º | 0.67% | 0.33% | - |
| XYZ | 5.08 | 3.12 | 5.64 | - |
| YUV | 49.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 67 | 0 | 0.67 | 0.20 | 0.67 | 318.21 | 0.5 | 0.22 |
| Hex | 54 | 1C | 43 | 0 | 43 | 14 | 43 | 13E | 32 | 16 |
| Octal | 124 | 34 | 103 | 0 | 103 | 24 | 103 | 476 | 62 | 26 |
| Binary | 1010100 | 11100 | 1000011 | 0 | 1000011 | 10100 | 1000011 | 100111110 | 110010 | 10110 |
Color Harmonies of #541C43
Complementary color
Monochromatic Colors of #541C43
Black with #541C43
Text Example
Text Example
White with #541C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C43; }
p { color: rgb(84,28,67); }
H1.HeaderClassName
{
color: #541C43;
}
.AnyTagClassName
{
color: #541C43;
}
</style>
background-color css
<style>
a { background-color: #541C43; }
a { background-color: rgb(84,28,67); }
div.DivClassName
{
background-color: #541C43;
}
.BgClassName
{
background-color: #541C43;
}
</style>
border-color css
<style>
span { border-color: #541C43; }
span { border-color: rgb(84,28,67); }
td.TdClassName
{
border-color: #541C43;
}
.TagClassName
{
border-color: #541C43;
}
</style>