Shades of Loulou #54184E
Tints of Loulou #54184E
RGB
CMYK
RGB Variations
Color information
#54184E (or 0x54184E) is known color: Loulou. HEX triplet: 54, 18 and 4E. RGB value is (84,24,78). Sum of RGB (Red+Green+Blue) = 84+24+78=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54184E is #ABE7B1. Grayscale: #2F2F2F. Windows color (decimal): -11265970 or 5118036. OLE color: 5118036.
HSL color Cylindrical-coordinate representation of color #54184E: hue angle of 306º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54184E is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 78 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.67 |
| HSL | 306º | 0.56% | 0.21% | - |
| HSV(B) | 306º | 0.71% | 0.33% | - |
| XYZ | 5.36 | 3.09 | 7.52 | - |
| YUV | 48.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 78 | 0 | 0.71 | 0.07 | 0.67 | 306 | 0.56 | 0.21 |
| Hex | 54 | 18 | 4E | 0 | 47 | 7 | 43 | 132 | 38 | 15 |
| Octal | 124 | 30 | 116 | 0 | 107 | 7 | 103 | 462 | 70 | 25 |
| Binary | 1010100 | 11000 | 1001110 | 0 | 1000111 | 111 | 1000011 | 100110010 | 111000 | 10101 |
Color Harmonies of #54184E
Complementary color
Monochromatic Colors of #54184E
Black with #54184E
Text Example
Text Example
White with #54184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54184E; }
p { color: rgb(84,24,78); }
H1.HeaderClassName
{
color: #54184E;
}
.AnyTagClassName
{
color: #54184E;
}
</style>
background-color css
<style>
a { background-color: #54184E; }
a { background-color: rgb(84,24,78); }
div.DivClassName
{
background-color: #54184E;
}
.BgClassName
{
background-color: #54184E;
}
</style>
border-color css
<style>
span { border-color: #54184E; }
span { border-color: rgb(84,24,78); }
td.TdClassName
{
border-color: #54184E;
}
.TagClassName
{
border-color: #54184E;
}
</style>