Shades of Loulou #521F47
Tints of Loulou #521F47
RGB
CMYK
RGB Variations
Color information
#521F47 (or 0x521F47) is known color: Loulou. HEX triplet: 52, 1F and 47. RGB value is (82,31,71). Sum of RGB (Red+Green+Blue) = 82+31+71=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #521F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F47 is #ADE0B8. Grayscale: #323232. Windows color (decimal): -11395257 or 4661074. OLE color: 4661074.
HSL color Cylindrical-coordinate representation of color #521F47: hue angle of 312.94º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F47 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 31 | 71 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.68 |
| HSL | 312.94º | 0.45% | 0.22% | - |
| HSV(B) | 312.94º | 0.62% | 0.32% | - |
| XYZ | 5.11 | 3.23 | 6.32 | - |
| YUV | 50.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 71 | 0 | 0.62 | 0.13 | 0.68 | 312.94 | 0.45 | 0.22 |
| Hex | 52 | 1F | 47 | 0 | 3E | D | 44 | 139 | 2D | 16 |
| Octal | 122 | 37 | 107 | 0 | 76 | 15 | 104 | 471 | 55 | 26 |
| Binary | 1010010 | 11111 | 1000111 | 0 | 111110 | 1101 | 1000100 | 100111001 | 101101 | 10110 |
Color Harmonies of #521F47
Complementary color
Monochromatic Colors of #521F47
Black with #521F47
Text Example
Text Example
White with #521F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F47; }
p { color: rgb(82,31,71); }
H1.HeaderClassName
{
color: #521F47;
}
.AnyTagClassName
{
color: #521F47;
}
</style>
background-color css
<style>
a { background-color: #521F47; }
a { background-color: rgb(82,31,71); }
div.DivClassName
{
background-color: #521F47;
}
.BgClassName
{
background-color: #521F47;
}
</style>
border-color css
<style>
span { border-color: #521F47; }
span { border-color: rgb(82,31,71); }
td.TdClassName
{
border-color: #521F47;
}
.TagClassName
{
border-color: #521F47;
}
</style>