Shades of Loulou #52304D
Tints of Loulou #52304D
RGB
CMYK
RGB Variations
Color information
#52304D (or 0x52304D) is known color: Loulou. HEX triplet: 52, 30 and 4D. RGB value is (82,48,77). Sum of RGB (Red+Green+Blue) = 82+48+77=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52304D is #ADCFB2. Grayscale: #3D3D3D. Windows color (decimal): -11390899 or 5058642. OLE color: 5058642.
HSL color Cylindrical-coordinate representation of color #52304D: hue angle of 308.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52304D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 77 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.68 |
| HSL | 308.82º | 0.26% | 0.25% | - |
| HSV(B) | 308.82º | 0.41% | 0.32% | - |
| XYZ | 5.88 | 4.44 | 7.57 | - |
| YUV | 61.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 77 | 0 | 0.41 | 0.06 | 0.68 | 308.82 | 0.26 | 0.25 |
| Hex | 52 | 30 | 4D | 0 | 29 | 6 | 44 | 135 | 1A | 19 |
| Octal | 122 | 60 | 115 | 0 | 51 | 6 | 104 | 465 | 32 | 31 |
| Binary | 1010010 | 110000 | 1001101 | 0 | 101001 | 110 | 1000100 | 100110101 | 11010 | 11001 |
Color Harmonies of #52304D
Complementary color
Monochromatic Colors of #52304D
Black with #52304D
Text Example
Text Example
White with #52304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52304D; }
p { color: rgb(82,48,77); }
H1.HeaderClassName
{
color: #52304D;
}
.AnyTagClassName
{
color: #52304D;
}
</style>
background-color css
<style>
a { background-color: #52304D; }
a { background-color: rgb(82,48,77); }
div.DivClassName
{
background-color: #52304D;
}
.BgClassName
{
background-color: #52304D;
}
</style>
border-color css
<style>
span { border-color: #52304D; }
span { border-color: rgb(82,48,77); }
td.TdClassName
{
border-color: #52304D;
}
.TagClassName
{
border-color: #52304D;
}
</style>