Shades of Loulou #54244E
Tints of Loulou #54244E
RGB
CMYK
RGB Variations
Color information
#54244E (or 0x54244E) is known color: Loulou. HEX triplet: 54, 24 and 4E. RGB value is (84,36,78). Sum of RGB (Red+Green+Blue) = 84+36+78=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54244E is #ABDBB1. Grayscale: #373737. Windows color (decimal): -11262898 or 5121108. OLE color: 5121108.
HSL color Cylindrical-coordinate representation of color #54244E: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54244E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 78 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.67 |
| HSL | 307.5º | 0.4% | 0.24% | - |
| HSV(B) | 307.5º | 0.57% | 0.33% | - |
| XYZ | 5.66 | 3.7 | 7.62 | - |
| YUV | 55.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 78 | 0 | 0.57 | 0.07 | 0.67 | 307.5 | 0.4 | 0.24 |
| Hex | 54 | 24 | 4E | 0 | 39 | 7 | 43 | 134 | 28 | 18 |
| Octal | 124 | 44 | 116 | 0 | 71 | 7 | 103 | 464 | 50 | 30 |
| Binary | 1010100 | 100100 | 1001110 | 0 | 111001 | 111 | 1000011 | 100110100 | 101000 | 11000 |
Color Harmonies of #54244E
Complementary color
Monochromatic Colors of #54244E
Black with #54244E
Text Example
Text Example
White with #54244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54244E; }
p { color: rgb(84,36,78); }
H1.HeaderClassName
{
color: #54244E;
}
.AnyTagClassName
{
color: #54244E;
}
</style>
background-color css
<style>
a { background-color: #54244E; }
a { background-color: rgb(84,36,78); }
div.DivClassName
{
background-color: #54244E;
}
.BgClassName
{
background-color: #54244E;
}
</style>
border-color css
<style>
span { border-color: #54244E; }
span { border-color: rgb(84,36,78); }
td.TdClassName
{
border-color: #54244E;
}
.TagClassName
{
border-color: #54244E;
}
</style>