Shades of Loulou #521D47
Tints of Loulou #521D47
RGB
CMYK
RGB Variations
Color information
#521D47 (or 0x521D47) is known color: Loulou. HEX triplet: 52, 1D and 47. RGB value is (82,29,71). Sum of RGB (Red+Green+Blue) = 82+29+71=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #521D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D47 is #ADE2B8. Grayscale: #313131. Windows color (decimal): -11395769 or 4660562. OLE color: 4660562.
HSL color Cylindrical-coordinate representation of color #521D47: hue angle of 312.45º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D47 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 71 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.68 |
| HSL | 312.45º | 0.48% | 0.22% | - |
| HSV(B) | 312.45º | 0.65% | 0.32% | - |
| XYZ | 5.06 | 3.13 | 6.3 | - |
| YUV | 49.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 71 | 0 | 0.65 | 0.13 | 0.68 | 312.45 | 0.48 | 0.22 |
| Hex | 52 | 1D | 47 | 0 | 41 | D | 44 | 138 | 30 | 16 |
| Octal | 122 | 35 | 107 | 0 | 101 | 15 | 104 | 470 | 60 | 26 |
| Binary | 1010010 | 11101 | 1000111 | 0 | 1000001 | 1101 | 1000100 | 100111000 | 110000 | 10110 |
Color Harmonies of #521D47
Complementary color
Monochromatic Colors of #521D47
Black with #521D47
Text Example
Text Example
White with #521D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D47; }
p { color: rgb(82,29,71); }
H1.HeaderClassName
{
color: #521D47;
}
.AnyTagClassName
{
color: #521D47;
}
</style>
background-color css
<style>
a { background-color: #521D47; }
a { background-color: rgb(82,29,71); }
div.DivClassName
{
background-color: #521D47;
}
.BgClassName
{
background-color: #521D47;
}
</style>
border-color css
<style>
span { border-color: #521D47; }
span { border-color: rgb(82,29,71); }
td.TdClassName
{
border-color: #521D47;
}
.TagClassName
{
border-color: #521D47;
}
</style>