Shades of Loulou #52314D
Tints of Loulou #52314D
RGB
CMYK
RGB Variations
Color information
#52314D (or 0x52314D) is known color: Loulou. HEX triplet: 52, 31 and 4D. RGB value is (82,49,77). Sum of RGB (Red+Green+Blue) = 82+49+77=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #52314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52314D is #ADCEB2. Grayscale: #3D3D3D. Windows color (decimal): -11390643 or 5058898. OLE color: 5058898.
HSL color Cylindrical-coordinate representation of color #52314D: hue angle of 309.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52314D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 49 | 77 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.68 |
| HSL | 309.09º | 0.25% | 0.26% | - |
| HSV(B) | 309.09º | 0.4% | 0.32% | - |
| XYZ | 5.92 | 4.53 | 7.58 | - |
| YUV | 62.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 77 | 0 | 0.40 | 0.06 | 0.68 | 309.09 | 0.25 | 0.26 |
| Hex | 52 | 31 | 4D | 0 | 28 | 6 | 44 | 135 | 19 | 1A |
| Octal | 122 | 61 | 115 | 0 | 50 | 6 | 104 | 465 | 31 | 32 |
| Binary | 1010010 | 110001 | 1001101 | 0 | 101000 | 110 | 1000100 | 100110101 | 11001 | 11010 |
Color Harmonies of #52314D
Complementary color
Monochromatic Colors of #52314D
Black with #52314D
Text Example
Text Example
White with #52314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52314D; }
p { color: rgb(82,49,77); }
H1.HeaderClassName
{
color: #52314D;
}
.AnyTagClassName
{
color: #52314D;
}
</style>
background-color css
<style>
a { background-color: #52314D; }
a { background-color: rgb(82,49,77); }
div.DivClassName
{
background-color: #52314D;
}
.BgClassName
{
background-color: #52314D;
}
</style>
border-color css
<style>
span { border-color: #52314D; }
span { border-color: rgb(82,49,77); }
td.TdClassName
{
border-color: #52314D;
}
.TagClassName
{
border-color: #52314D;
}
</style>