Shades of Loulou #54244B
Tints of Loulou #54244B
RGB
CMYK
RGB Variations
Color information
#54244B (or 0x54244B) is known color: Loulou. HEX triplet: 54, 24 and 4B. RGB value is (84,36,75). Sum of RGB (Red+Green+Blue) = 84+36+75=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54244B is #ABDBB4. Grayscale: #363636. Windows color (decimal): -11262901 or 4924500. OLE color: 4924500.
HSL color Cylindrical-coordinate representation of color #54244B: hue angle of 311.25º 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 #54244B is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 75 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.67 |
| HSL | 311.25º | 0.4% | 0.24% | - |
| HSV(B) | 311.25º | 0.57% | 0.33% | - |
| XYZ | 5.56 | 3.65 | 7.07 | - |
| YUV | 54.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 75 | 0 | 0.57 | 0.11 | 0.67 | 311.25 | 0.4 | 0.24 |
| Hex | 54 | 24 | 4B | 0 | 39 | B | 43 | 137 | 28 | 18 |
| Octal | 124 | 44 | 113 | 0 | 71 | 13 | 103 | 467 | 50 | 30 |
| Binary | 1010100 | 100100 | 1001011 | 0 | 111001 | 1011 | 1000011 | 100110111 | 101000 | 11000 |
Color Harmonies of #54244B
Complementary color
Monochromatic Colors of #54244B
Black with #54244B
Text Example
Text Example
White with #54244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54244B; }
p { color: rgb(84,36,75); }
H1.HeaderClassName
{
color: #54244B;
}
.AnyTagClassName
{
color: #54244B;
}
</style>
background-color css
<style>
a { background-color: #54244B; }
a { background-color: rgb(84,36,75); }
div.DivClassName
{
background-color: #54244B;
}
.BgClassName
{
background-color: #54244B;
}
</style>
border-color css
<style>
span { border-color: #54244B; }
span { border-color: rgb(84,36,75); }
td.TdClassName
{
border-color: #54244B;
}
.TagClassName
{
border-color: #54244B;
}
</style>