Shades of Loulou #54304D
Tints of Loulou #54304D
RGB
CMYK
RGB Variations
Color information
#54304D (or 0x54304D) is known color: Loulou. HEX triplet: 54, 30 and 4D. RGB value is (84,48,77). Sum of RGB (Red+Green+Blue) = 84+48+77=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54304D is #ABCFB2. Grayscale: #3D3D3D. Windows color (decimal): -11259827 or 5058644. OLE color: 5058644.
HSL color Cylindrical-coordinate representation of color #54304D: hue angle of 311.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54304D is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 77 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.67 |
| HSL | 311.67º | 0.27% | 0.26% | - |
| HSV(B) | 311.67º | 0.43% | 0.33% | - |
| XYZ | 6.05 | 4.53 | 7.58 | - |
| YUV | 62.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 77 | 0 | 0.43 | 0.08 | 0.67 | 311.67 | 0.27 | 0.26 |
| Hex | 54 | 30 | 4D | 0 | 2B | 8 | 43 | 138 | 1B | 1A |
| Octal | 124 | 60 | 115 | 0 | 53 | 10 | 103 | 470 | 33 | 32 |
| Binary | 1010100 | 110000 | 1001101 | 0 | 101011 | 1000 | 1000011 | 100111000 | 11011 | 11010 |
Color Harmonies of #54304D
Complementary color
Monochromatic Colors of #54304D
Black with #54304D
Text Example
Text Example
White with #54304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54304D; }
p { color: rgb(84,48,77); }
H1.HeaderClassName
{
color: #54304D;
}
.AnyTagClassName
{
color: #54304D;
}
</style>
background-color css
<style>
a { background-color: #54304D; }
a { background-color: rgb(84,48,77); }
div.DivClassName
{
background-color: #54304D;
}
.BgClassName
{
background-color: #54304D;
}
</style>
border-color css
<style>
span { border-color: #54304D; }
span { border-color: rgb(84,48,77); }
td.TdClassName
{
border-color: #54304D;
}
.TagClassName
{
border-color: #54304D;
}
</style>