Shades of Loulou #54154D
Tints of Loulou #54154D
RGB
CMYK
RGB Variations
Color information
#54154D (or 0x54154D) is known color: Loulou. HEX triplet: 54, 15 and 4D. RGB value is (84,21,77). Sum of RGB (Red+Green+Blue) = 84+21+77=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54154D is #ABEAB2. Grayscale: #2E2E2E. Windows color (decimal): -11266739 or 5051732. OLE color: 5051732.
HSL color Cylindrical-coordinate representation of color #54154D: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54154D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 77 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.67 |
| HSL | 306.67º | 0.6% | 0.21% | - |
| HSV(B) | 306.67º | 0.75% | 0.33% | - |
| XYZ | 5.26 | 2.96 | 7.31 | - |
| YUV | 46.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 77 | 0 | 0.75 | 0.08 | 0.67 | 306.67 | 0.6 | 0.21 |
| Hex | 54 | 15 | 4D | 0 | 4B | 8 | 43 | 133 | 3C | 15 |
| Octal | 124 | 25 | 115 | 0 | 113 | 10 | 103 | 463 | 74 | 25 |
| Binary | 1010100 | 10101 | 1001101 | 0 | 1001011 | 1000 | 1000011 | 100110011 | 111100 | 10101 |
Color Harmonies of #54154D
Complementary color
Monochromatic Colors of #54154D
Black with #54154D
Text Example
Text Example
White with #54154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54154D; }
p { color: rgb(84,21,77); }
H1.HeaderClassName
{
color: #54154D;
}
.AnyTagClassName
{
color: #54154D;
}
</style>
background-color css
<style>
a { background-color: #54154D; }
a { background-color: rgb(84,21,77); }
div.DivClassName
{
background-color: #54154D;
}
.BgClassName
{
background-color: #54154D;
}
</style>
border-color css
<style>
span { border-color: #54154D; }
span { border-color: rgb(84,21,77); }
td.TdClassName
{
border-color: #54154D;
}
.TagClassName
{
border-color: #54154D;
}
</style>