Shades of Loulou #54214C
Tints of Loulou #54214C
RGB
CMYK
RGB Variations
Color information
#54214C (or 0x54214C) is known color: Loulou. HEX triplet: 54, 21 and 4C. RGB value is (84,33,76). Sum of RGB (Red+Green+Blue) = 84+33+76=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #54214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54214C is #ABDEB3. Grayscale: #353535. Windows color (decimal): -11263668 or 4989268. OLE color: 4989268.
HSL color Cylindrical-coordinate representation of color #54214C: hue angle of 309.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54214C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 76 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.67 |
| HSL | 309.41º | 0.44% | 0.23% | - |
| HSV(B) | 309.41º | 0.61% | 0.33% | - |
| XYZ | 5.5 | 3.49 | 7.22 | - |
| YUV | 53.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 76 | 0 | 0.61 | 0.10 | 0.67 | 309.41 | 0.44 | 0.23 |
| Hex | 54 | 21 | 4C | 0 | 3D | A | 43 | 135 | 2C | 17 |
| Octal | 124 | 41 | 114 | 0 | 75 | 12 | 103 | 465 | 54 | 27 |
| Binary | 1010100 | 100001 | 1001100 | 0 | 111101 | 1010 | 1000011 | 100110101 | 101100 | 10111 |
Color Harmonies of #54214C
Complementary color
Monochromatic Colors of #54214C
Black with #54214C
Text Example
Text Example
White with #54214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54214C; }
p { color: rgb(84,33,76); }
H1.HeaderClassName
{
color: #54214C;
}
.AnyTagClassName
{
color: #54214C;
}
</style>
background-color css
<style>
a { background-color: #54214C; }
a { background-color: rgb(84,33,76); }
div.DivClassName
{
background-color: #54214C;
}
.BgClassName
{
background-color: #54214C;
}
</style>
border-color css
<style>
span { border-color: #54214C; }
span { border-color: rgb(84,33,76); }
td.TdClassName
{
border-color: #54214C;
}
.TagClassName
{
border-color: #54214C;
}
</style>