Shades of Loulou #521A47
Tints of Loulou #521A47
RGB
CMYK
RGB Variations
Color information
#521A47 (or 0x521A47) is known color: Loulou. HEX triplet: 52, 1A and 47. RGB value is (82,26,71). Sum of RGB (Red+Green+Blue) = 82+26+71=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #521A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A47 is #ADE5B8. Grayscale: #2F2F2F. Windows color (decimal): -11396537 or 4659794. OLE color: 4659794.
HSL color Cylindrical-coordinate representation of color #521A47: hue angle of 311.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A47 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 71 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.68 |
| HSL | 311.79º | 0.52% | 0.21% | - |
| HSV(B) | 311.79º | 0.68% | 0.32% | - |
| XYZ | 4.99 | 2.99 | 6.28 | - |
| YUV | 47.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 71 | 0 | 0.68 | 0.13 | 0.68 | 311.79 | 0.52 | 0.21 |
| Hex | 52 | 1A | 47 | 0 | 44 | D | 44 | 138 | 34 | 15 |
| Octal | 122 | 32 | 107 | 0 | 104 | 15 | 104 | 470 | 64 | 25 |
| Binary | 1010010 | 11010 | 1000111 | 0 | 1000100 | 1101 | 1000100 | 100111000 | 110100 | 10101 |
Color Harmonies of #521A47
Complementary color
Monochromatic Colors of #521A47
Black with #521A47
Text Example
Text Example
White with #521A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A47; }
p { color: rgb(82,26,71); }
H1.HeaderClassName
{
color: #521A47;
}
.AnyTagClassName
{
color: #521A47;
}
</style>
background-color css
<style>
a { background-color: #521A47; }
a { background-color: rgb(82,26,71); }
div.DivClassName
{
background-color: #521A47;
}
.BgClassName
{
background-color: #521A47;
}
</style>
border-color css
<style>
span { border-color: #521A47; }
span { border-color: rgb(82,26,71); }
td.TdClassName
{
border-color: #521A47;
}
.TagClassName
{
border-color: #521A47;
}
</style>