Shades of Loulou #54144B
Tints of Loulou #54144B
RGB
CMYK
RGB Variations
Color information
#54144B (or 0x54144B) is known color: Loulou. HEX triplet: 54, 14 and 4B. RGB value is (84,20,75). Sum of RGB (Red+Green+Blue) = 84+20+75=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54144B is #ABEBB4. Grayscale: #2D2D2D. Windows color (decimal): -11266997 or 4920404. OLE color: 4920404.
HSL color Cylindrical-coordinate representation of color #54144B: hue angle of 308.44º 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 #54144B is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 75 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.67 |
| HSL | 308.44º | 0.62% | 0.2% | - |
| HSV(B) | 308.44º | 0.76% | 0.33% | - |
| XYZ | 5.18 | 2.89 | 6.94 | - |
| YUV | 45.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 75 | 0 | 0.76 | 0.11 | 0.67 | 308.44 | 0.62 | 0.2 |
| Hex | 54 | 14 | 4B | 0 | 4C | B | 43 | 134 | 3E | 14 |
| Octal | 124 | 24 | 113 | 0 | 114 | 13 | 103 | 464 | 76 | 24 |
| Binary | 1010100 | 10100 | 1001011 | 0 | 1001100 | 1011 | 1000011 | 100110100 | 111110 | 10100 |
Color Harmonies of #54144B
Complementary color
Monochromatic Colors of #54144B
Black with #54144B
Text Example
Text Example
White with #54144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54144B; }
p { color: rgb(84,20,75); }
H1.HeaderClassName
{
color: #54144B;
}
.AnyTagClassName
{
color: #54144B;
}
</style>
background-color css
<style>
a { background-color: #54144B; }
a { background-color: rgb(84,20,75); }
div.DivClassName
{
background-color: #54144B;
}
.BgClassName
{
background-color: #54144B;
}
</style>
border-color css
<style>
span { border-color: #54144B; }
span { border-color: rgb(84,20,75); }
td.TdClassName
{
border-color: #54144B;
}
.TagClassName
{
border-color: #54144B;
}
</style>