Shades of Loulou #521C49
Tints of Loulou #521C49
RGB
CMYK
RGB Variations
Color information
#521C49 (or 0x521C49) is known color: Loulou. HEX triplet: 52, 1C and 49. RGB value is (82,28,73). Sum of RGB (Red+Green+Blue) = 82+28+73=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #521C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C49 is #ADE3B6. Grayscale: #313131. Windows color (decimal): -11396023 or 4791378. OLE color: 4791378.
HSL color Cylindrical-coordinate representation of color #521C49: hue angle of 310º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C49 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 73 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.68 |
| HSL | 310º | 0.49% | 0.22% | - |
| HSV(B) | 310º | 0.66% | 0.32% | - |
| XYZ | 5.1 | 3.11 | 6.63 | - |
| YUV | 49.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 73 | 0 | 0.66 | 0.11 | 0.68 | 310 | 0.49 | 0.22 |
| Hex | 52 | 1C | 49 | 0 | 42 | B | 44 | 136 | 31 | 16 |
| Octal | 122 | 34 | 111 | 0 | 102 | 13 | 104 | 466 | 61 | 26 |
| Binary | 1010010 | 11100 | 1001001 | 0 | 1000010 | 1011 | 1000100 | 100110110 | 110001 | 10110 |
Color Harmonies of #521C49
Complementary color
Monochromatic Colors of #521C49
Black with #521C49
Text Example
Text Example
White with #521C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C49; }
p { color: rgb(82,28,73); }
H1.HeaderClassName
{
color: #521C49;
}
.AnyTagClassName
{
color: #521C49;
}
</style>
background-color css
<style>
a { background-color: #521C49; }
a { background-color: rgb(82,28,73); }
div.DivClassName
{
background-color: #521C49;
}
.BgClassName
{
background-color: #521C49;
}
</style>
border-color css
<style>
span { border-color: #521C49; }
span { border-color: rgb(82,28,73); }
td.TdClassName
{
border-color: #521C49;
}
.TagClassName
{
border-color: #521C49;
}
</style>