Shades of Loulou #54324D
Tints of Loulou #54324D
RGB
CMYK
RGB Variations
Color information
#54324D (or 0x54324D) is known color: Loulou. HEX triplet: 54, 32 and 4D. RGB value is (84,50,77). Sum of RGB (Red+Green+Blue) = 84+50+77=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54324D is #ABCDB2. Grayscale: #3F3F3F. Windows color (decimal): -11259315 or 5059156. OLE color: 5059156.
HSL color Cylindrical-coordinate representation of color #54324D: hue angle of 312.35º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54324D is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 77 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.67 |
| HSL | 312.35º | 0.25% | 0.26% | - |
| HSV(B) | 312.35º | 0.4% | 0.33% | - |
| XYZ | 6.14 | 4.7 | 7.61 | - |
| YUV | 63.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 77 | 0 | 0.40 | 0.08 | 0.67 | 312.35 | 0.25 | 0.26 |
| Hex | 54 | 32 | 4D | 0 | 28 | 8 | 43 | 138 | 19 | 1A |
| Octal | 124 | 62 | 115 | 0 | 50 | 10 | 103 | 470 | 31 | 32 |
| Binary | 1010100 | 110010 | 1001101 | 0 | 101000 | 1000 | 1000011 | 100111000 | 11001 | 11010 |
Color Harmonies of #54324D
Complementary color
Monochromatic Colors of #54324D
Black with #54324D
Text Example
Text Example
White with #54324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54324D; }
p { color: rgb(84,50,77); }
H1.HeaderClassName
{
color: #54324D;
}
.AnyTagClassName
{
color: #54324D;
}
</style>
background-color css
<style>
a { background-color: #54324D; }
a { background-color: rgb(84,50,77); }
div.DivClassName
{
background-color: #54324D;
}
.BgClassName
{
background-color: #54324D;
}
</style>
border-color css
<style>
span { border-color: #54324D; }
span { border-color: rgb(84,50,77); }
td.TdClassName
{
border-color: #54324D;
}
.TagClassName
{
border-color: #54324D;
}
</style>