Shades of Loulou #54204C
Tints of Loulou #54204C
RGB
CMYK
RGB Variations
Color information
#54204C (or 0x54204C) is known color: Loulou. HEX triplet: 54, 20 and 4C. RGB value is (84,32,76). Sum of RGB (Red+Green+Blue) = 84+32+76=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54204C is #ABDFB3. Grayscale: #343434. Windows color (decimal): -11263924 or 4989012. OLE color: 4989012.
HSL color Cylindrical-coordinate representation of color #54204C: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54204C is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 76 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.67 |
| HSL | 309.23º | 0.45% | 0.23% | - |
| HSV(B) | 309.23º | 0.62% | 0.33% | - |
| XYZ | 5.48 | 3.44 | 7.21 | - |
| YUV | 52.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 76 | 0 | 0.62 | 0.10 | 0.67 | 309.23 | 0.45 | 0.23 |
| Hex | 54 | 20 | 4C | 0 | 3E | A | 43 | 135 | 2D | 17 |
| Octal | 124 | 40 | 114 | 0 | 76 | 12 | 103 | 465 | 55 | 27 |
| Binary | 1010100 | 100000 | 1001100 | 0 | 111110 | 1010 | 1000011 | 100110101 | 101101 | 10111 |
Color Harmonies of #54204C
Complementary color
Monochromatic Colors of #54204C
Black with #54204C
Text Example
Text Example
White with #54204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54204C; }
p { color: rgb(84,32,76); }
H1.HeaderClassName
{
color: #54204C;
}
.AnyTagClassName
{
color: #54204C;
}
</style>
background-color css
<style>
a { background-color: #54204C; }
a { background-color: rgb(84,32,76); }
div.DivClassName
{
background-color: #54204C;
}
.BgClassName
{
background-color: #54204C;
}
</style>
border-color css
<style>
span { border-color: #54204C; }
span { border-color: rgb(84,32,76); }
td.TdClassName
{
border-color: #54204C;
}
.TagClassName
{
border-color: #54204C;
}
</style>