Shades of Loulou #521D48
Tints of Loulou #521D48
RGB
CMYK
RGB Variations
Color information
#521D48 (or 0x521D48) is known color: Loulou. HEX triplet: 52, 1D and 48. RGB value is (82,29,72). Sum of RGB (Red+Green+Blue) = 82+29+72=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #521D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D48 is #ADE2B7. Grayscale: #313131. Windows color (decimal): -11395768 or 4726098. OLE color: 4726098.
HSL color Cylindrical-coordinate representation of color #521D48: hue angle of 311.32º 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 #521D48 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 72 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.68 |
| HSL | 311.32º | 0.48% | 0.22% | - |
| HSV(B) | 311.32º | 0.65% | 0.32% | - |
| XYZ | 5.09 | 3.14 | 6.47 | - |
| YUV | 49.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 72 | 0 | 0.65 | 0.12 | 0.68 | 311.32 | 0.48 | 0.22 |
| Hex | 52 | 1D | 48 | 0 | 41 | C | 44 | 137 | 30 | 16 |
| Octal | 122 | 35 | 110 | 0 | 101 | 14 | 104 | 467 | 60 | 26 |
| Binary | 1010010 | 11101 | 1001000 | 0 | 1000001 | 1100 | 1000100 | 100110111 | 110000 | 10110 |
Color Harmonies of #521D48
Complementary color
Monochromatic Colors of #521D48
Black with #521D48
Text Example
Text Example
White with #521D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D48; }
p { color: rgb(82,29,72); }
H1.HeaderClassName
{
color: #521D48;
}
.AnyTagClassName
{
color: #521D48;
}
</style>
background-color css
<style>
a { background-color: #521D48; }
a { background-color: rgb(82,29,72); }
div.DivClassName
{
background-color: #521D48;
}
.BgClassName
{
background-color: #521D48;
}
</style>
border-color css
<style>
span { border-color: #521D48; }
span { border-color: rgb(82,29,72); }
td.TdClassName
{
border-color: #521D48;
}
.TagClassName
{
border-color: #521D48;
}
</style>