Shades of Loulou #54144D
Tints of Loulou #54144D
RGB
CMYK
RGB Variations
Color information
#54144D (or 0x54144D) is known color: Loulou. HEX triplet: 54, 14 and 4D. RGB value is (84,20,77). Sum of RGB (Red+Green+Blue) = 84+20+77=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54144D is #ABEBB2. Grayscale: #2D2D2D. Windows color (decimal): -11266995 or 5051476. OLE color: 5051476.
HSL color Cylindrical-coordinate representation of color #54144D: hue angle of 306.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54144D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 77 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.67 |
| HSL | 306.56º | 0.62% | 0.2% | - |
| HSV(B) | 306.56º | 0.76% | 0.33% | - |
| XYZ | 5.25 | 2.92 | 7.31 | - |
| YUV | 45.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 77 | 0 | 0.76 | 0.08 | 0.67 | 306.56 | 0.62 | 0.2 |
| Hex | 54 | 14 | 4D | 0 | 4C | 8 | 43 | 133 | 3E | 14 |
| Octal | 124 | 24 | 115 | 0 | 114 | 10 | 103 | 463 | 76 | 24 |
| Binary | 1010100 | 10100 | 1001101 | 0 | 1001100 | 1000 | 1000011 | 100110011 | 111110 | 10100 |
Color Harmonies of #54144D
Complementary color
Monochromatic Colors of #54144D
Black with #54144D
Text Example
Text Example
White with #54144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54144D; }
p { color: rgb(84,20,77); }
H1.HeaderClassName
{
color: #54144D;
}
.AnyTagClassName
{
color: #54144D;
}
</style>
background-color css
<style>
a { background-color: #54144D; }
a { background-color: rgb(84,20,77); }
div.DivClassName
{
background-color: #54144D;
}
.BgClassName
{
background-color: #54144D;
}
</style>
border-color css
<style>
span { border-color: #54144D; }
span { border-color: rgb(84,20,77); }
td.TdClassName
{
border-color: #54144D;
}
.TagClassName
{
border-color: #54144D;
}
</style>