Shades of Loulou #520F4A
Tints of Loulou #520F4A
RGB
CMYK
RGB Variations
Color information
#520F4A (or 0x520F4A) is known color: Loulou. HEX triplet: 52, 0F and 4A. RGB value is (82,15,74). Sum of RGB (Red+Green+Blue) = 82+15+74=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F4A is #ADF0B5. Grayscale: #292929. Windows color (decimal): -11399350 or 4853586. OLE color: 4853586.
HSL color Cylindrical-coordinate representation of color #520F4A: hue angle of 307.16º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F4A is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 74 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.68 |
| HSL | 307.16º | 0.69% | 0.19% | - |
| HSV(B) | 307.16º | 0.82% | 0.32% | - |
| XYZ | 4.89 | 2.63 | 6.73 | - |
| YUV | 41.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 74 | 0 | 0.82 | 0.10 | 0.68 | 307.16 | 0.69 | 0.19 |
| Hex | 52 | F | 4A | 0 | 52 | A | 44 | 133 | 45 | 13 |
| Octal | 122 | 17 | 112 | 0 | 122 | 12 | 104 | 463 | 105 | 23 |
| Binary | 1010010 | 1111 | 1001010 | 0 | 1010010 | 1010 | 1000100 | 100110011 | 1000101 | 10011 |
Color Harmonies of #520F4A
Complementary color
Monochromatic Colors of #520F4A
Black with #520F4A
Text Example
Text Example
White with #520F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F4A; }
p { color: rgb(82,15,74); }
H1.HeaderClassName
{
color: #520F4A;
}
.AnyTagClassName
{
color: #520F4A;
}
</style>
background-color css
<style>
a { background-color: #520F4A; }
a { background-color: rgb(82,15,74); }
div.DivClassName
{
background-color: #520F4A;
}
.BgClassName
{
background-color: #520F4A;
}
</style>
border-color css
<style>
span { border-color: #520F4A; }
span { border-color: rgb(82,15,74); }
td.TdClassName
{
border-color: #520F4A;
}
.TagClassName
{
border-color: #520F4A;
}
</style>