Shades of Loulou #54164D
Tints of Loulou #54164D
RGB
CMYK
RGB Variations
Color information
#54164D (or 0x54164D) is known color: Loulou. HEX triplet: 54, 16 and 4D. RGB value is (84,22,77). Sum of RGB (Red+Green+Blue) = 84+22+77=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54164D is #ABE9B2. Grayscale: #2E2E2E. Windows color (decimal): -11266483 or 5051988. OLE color: 5051988.
HSL color Cylindrical-coordinate representation of color #54164D: hue angle of 306.77º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54164D is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 77 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.67 |
| HSL | 306.77º | 0.58% | 0.21% | - |
| HSV(B) | 306.77º | 0.74% | 0.33% | - |
| XYZ | 5.28 | 2.99 | 7.32 | - |
| YUV | 46.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 77 | 0 | 0.74 | 0.08 | 0.67 | 306.77 | 0.58 | 0.21 |
| Hex | 54 | 16 | 4D | 0 | 4A | 8 | 43 | 133 | 3A | 15 |
| Octal | 124 | 26 | 115 | 0 | 112 | 10 | 103 | 463 | 72 | 25 |
| Binary | 1010100 | 10110 | 1001101 | 0 | 1001010 | 1000 | 1000011 | 100110011 | 111010 | 10101 |
Color Harmonies of #54164D
Complementary color
Monochromatic Colors of #54164D
Black with #54164D
Text Example
Text Example
White with #54164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54164D; }
p { color: rgb(84,22,77); }
H1.HeaderClassName
{
color: #54164D;
}
.AnyTagClassName
{
color: #54164D;
}
</style>
background-color css
<style>
a { background-color: #54164D; }
a { background-color: rgb(84,22,77); }
div.DivClassName
{
background-color: #54164D;
}
.BgClassName
{
background-color: #54164D;
}
</style>
border-color css
<style>
span { border-color: #54164D; }
span { border-color: rgb(84,22,77); }
td.TdClassName
{
border-color: #54164D;
}
.TagClassName
{
border-color: #54164D;
}
</style>