Shades of Loulou #54114B
Tints of Loulou #54114B
RGB
CMYK
RGB Variations
Color information
#54114B (or 0x54114B) is known color: Loulou. HEX triplet: 54, 11 and 4B. RGB value is (84,17,75). Sum of RGB (Red+Green+Blue) = 84+17+75=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54114B is #ABEEB4. Grayscale: #2B2B2B. Windows color (decimal): -11267765 or 4919636. OLE color: 4919636.
HSL color Cylindrical-coordinate representation of color #54114B: hue angle of 308.06º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54114B is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 75 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.67 |
| HSL | 308.06º | 0.66% | 0.2% | - |
| HSV(B) | 308.06º | 0.8% | 0.33% | - |
| XYZ | 5.13 | 2.79 | 6.93 | - |
| YUV | 43.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 75 | 0 | 0.80 | 0.11 | 0.67 | 308.06 | 0.66 | 0.2 |
| Hex | 54 | 11 | 4B | 0 | 50 | B | 43 | 134 | 42 | 14 |
| Octal | 124 | 21 | 113 | 0 | 120 | 13 | 103 | 464 | 102 | 24 |
| Binary | 1010100 | 10001 | 1001011 | 0 | 1010000 | 1011 | 1000011 | 100110100 | 1000010 | 10100 |
Color Harmonies of #54114B
Complementary color
Monochromatic Colors of #54114B
Black with #54114B
Text Example
Text Example
White with #54114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54114B; }
p { color: rgb(84,17,75); }
H1.HeaderClassName
{
color: #54114B;
}
.AnyTagClassName
{
color: #54114B;
}
</style>
background-color css
<style>
a { background-color: #54114B; }
a { background-color: rgb(84,17,75); }
div.DivClassName
{
background-color: #54114B;
}
.BgClassName
{
background-color: #54114B;
}
</style>
border-color css
<style>
span { border-color: #54114B; }
span { border-color: rgb(84,17,75); }
td.TdClassName
{
border-color: #54114B;
}
.TagClassName
{
border-color: #54114B;
}
</style>