Shades of Loulou #54124B
Tints of Loulou #54124B
RGB
CMYK
RGB Variations
Color information
#54124B (or 0x54124B) is known color: Loulou. HEX triplet: 54, 12 and 4B. RGB value is (84,18,75). Sum of RGB (Red+Green+Blue) = 84+18+75=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54124B is #ABEDB4. Grayscale: #2C2C2C. Windows color (decimal): -11267509 or 4919892. OLE color: 4919892.
HSL color Cylindrical-coordinate representation of color #54124B: hue angle of 308.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54124B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 75 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.67 |
| HSL | 308.18º | 0.65% | 0.2% | - |
| HSV(B) | 308.18º | 0.79% | 0.33% | - |
| XYZ | 5.14 | 2.83 | 6.93 | - |
| YUV | 44.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 75 | 0 | 0.79 | 0.11 | 0.67 | 308.18 | 0.65 | 0.2 |
| Hex | 54 | 12 | 4B | 0 | 4F | B | 43 | 134 | 41 | 14 |
| Octal | 124 | 22 | 113 | 0 | 117 | 13 | 103 | 464 | 101 | 24 |
| Binary | 1010100 | 10010 | 1001011 | 0 | 1001111 | 1011 | 1000011 | 100110100 | 1000001 | 10100 |
Color Harmonies of #54124B
Complementary color
Monochromatic Colors of #54124B
Black with #54124B
Text Example
Text Example
White with #54124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54124B; }
p { color: rgb(84,18,75); }
H1.HeaderClassName
{
color: #54124B;
}
.AnyTagClassName
{
color: #54124B;
}
</style>
background-color css
<style>
a { background-color: #54124B; }
a { background-color: rgb(84,18,75); }
div.DivClassName
{
background-color: #54124B;
}
.BgClassName
{
background-color: #54124B;
}
</style>
border-color css
<style>
span { border-color: #54124B; }
span { border-color: rgb(84,18,75); }
td.TdClassName
{
border-color: #54124B;
}
.TagClassName
{
border-color: #54124B;
}
</style>