Shades of Loulou #54224E
Tints of Loulou #54224E
RGB
CMYK
RGB Variations
Color information
#54224E (or 0x54224E) is known color: Loulou. HEX triplet: 54, 22 and 4E. RGB value is (84,34,78). Sum of RGB (Red+Green+Blue) = 84+34+78=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54224E is #ABDDB1. Grayscale: #353535. Windows color (decimal): -11263410 or 5120596. OLE color: 5120596.
HSL color Cylindrical-coordinate representation of color #54224E: hue angle of 307.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54224E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 78 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.67 |
| HSL | 307.2º | 0.42% | 0.23% | - |
| HSV(B) | 307.2º | 0.6% | 0.33% | - |
| XYZ | 5.6 | 3.58 | 7.6 | - |
| YUV | 53.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 78 | 0 | 0.60 | 0.07 | 0.67 | 307.2 | 0.42 | 0.23 |
| Hex | 54 | 22 | 4E | 0 | 3C | 7 | 43 | 133 | 2A | 17 |
| Octal | 124 | 42 | 116 | 0 | 74 | 7 | 103 | 463 | 52 | 27 |
| Binary | 1010100 | 100010 | 1001110 | 0 | 111100 | 111 | 1000011 | 100110011 | 101010 | 10111 |
Color Harmonies of #54224E
Complementary color
Monochromatic Colors of #54224E
Black with #54224E
Text Example
Text Example
White with #54224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54224E; }
p { color: rgb(84,34,78); }
H1.HeaderClassName
{
color: #54224E;
}
.AnyTagClassName
{
color: #54224E;
}
</style>
background-color css
<style>
a { background-color: #54224E; }
a { background-color: rgb(84,34,78); }
div.DivClassName
{
background-color: #54224E;
}
.BgClassName
{
background-color: #54224E;
}
</style>
border-color css
<style>
span { border-color: #54224E; }
span { border-color: rgb(84,34,78); }
td.TdClassName
{
border-color: #54224E;
}
.TagClassName
{
border-color: #54224E;
}
</style>