Shades of Loulou #54194B
Tints of Loulou #54194B
RGB
CMYK
RGB Variations
Color information
#54194B (or 0x54194B) is known color: Loulou. HEX triplet: 54, 19 and 4B. RGB value is (84,25,75). Sum of RGB (Red+Green+Blue) = 84+25+75=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54194B is #ABE6B4. Grayscale: #303030. Windows color (decimal): -11265717 or 4921684. OLE color: 4921684.
HSL color Cylindrical-coordinate representation of color #54194B: hue angle of 309.15º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54194B is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 75 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.67 |
| HSL | 309.15º | 0.54% | 0.21% | - |
| HSV(B) | 309.15º | 0.7% | 0.33% | - |
| XYZ | 5.27 | 3.09 | 6.97 | - |
| YUV | 48.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 75 | 0 | 0.70 | 0.11 | 0.67 | 309.15 | 0.54 | 0.21 |
| Hex | 54 | 19 | 4B | 0 | 46 | B | 43 | 135 | 36 | 15 |
| Octal | 124 | 31 | 113 | 0 | 106 | 13 | 103 | 465 | 66 | 25 |
| Binary | 1010100 | 11001 | 1001011 | 0 | 1000110 | 1011 | 1000011 | 100110101 | 110110 | 10101 |
Color Harmonies of #54194B
Complementary color
Monochromatic Colors of #54194B
Black with #54194B
Text Example
Text Example
White with #54194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54194B; }
p { color: rgb(84,25,75); }
H1.HeaderClassName
{
color: #54194B;
}
.AnyTagClassName
{
color: #54194B;
}
</style>
background-color css
<style>
a { background-color: #54194B; }
a { background-color: rgb(84,25,75); }
div.DivClassName
{
background-color: #54194B;
}
.BgClassName
{
background-color: #54194B;
}
</style>
border-color css
<style>
span { border-color: #54194B; }
span { border-color: rgb(84,25,75); }
td.TdClassName
{
border-color: #54194B;
}
.TagClassName
{
border-color: #54194B;
}
</style>