Shades of Loulou #52154C
Tints of Loulou #52154C
RGB
CMYK
RGB Variations
Color information
#52154C (or 0x52154C) is known color: Loulou. HEX triplet: 52, 15 and 4C. RGB value is (82,21,76). Sum of RGB (Red+Green+Blue) = 82+21+76=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52154C is #ADEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11397812 or 4986194. OLE color: 4986194.
HSL color Cylindrical-coordinate representation of color #52154C: hue angle of 305.9º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52154C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 76 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.68 |
| HSL | 305.9º | 0.59% | 0.2% | - |
| HSV(B) | 305.9º | 0.74% | 0.32% | - |
| XYZ | 5.05 | 2.85 | 7.12 | - |
| YUV | 45.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 76 | 0 | 0.74 | 0.07 | 0.68 | 305.9 | 0.59 | 0.2 |
| Hex | 52 | 15 | 4C | 0 | 4A | 7 | 44 | 132 | 3B | 14 |
| Octal | 122 | 25 | 114 | 0 | 112 | 7 | 104 | 462 | 73 | 24 |
| Binary | 1010010 | 10101 | 1001100 | 0 | 1001010 | 111 | 1000100 | 100110010 | 111011 | 10100 |
Color Harmonies of #52154C
Complementary color
Monochromatic Colors of #52154C
Black with #52154C
Text Example
Text Example
White with #52154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52154C; }
p { color: rgb(82,21,76); }
H1.HeaderClassName
{
color: #52154C;
}
.AnyTagClassName
{
color: #52154C;
}
</style>
background-color css
<style>
a { background-color: #52154C; }
a { background-color: rgb(82,21,76); }
div.DivClassName
{
background-color: #52154C;
}
.BgClassName
{
background-color: #52154C;
}
</style>
border-color css
<style>
span { border-color: #52154C; }
span { border-color: rgb(82,21,76); }
td.TdClassName
{
border-color: #52154C;
}
.TagClassName
{
border-color: #52154C;
}
</style>