Shades of Loulou #521A4C
Tints of Loulou #521A4C
RGB
CMYK
RGB Variations
Color information
#521A4C (or 0x521A4C) is known color: Loulou. HEX triplet: 52, 1A and 4C. RGB value is (82,26,76). Sum of RGB (Red+Green+Blue) = 82+26+76=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #521A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A4C is #ADE5B3. Grayscale: #303030. Windows color (decimal): -11396532 or 4987474. OLE color: 4987474.
HSL color Cylindrical-coordinate representation of color #521A4C: hue angle of 306.43º 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 #521A4C is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 76 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.68 |
| HSL | 306.43º | 0.52% | 0.21% | - |
| HSV(B) | 306.43º | 0.68% | 0.32% | - |
| XYZ | 5.15 | 3.05 | 7.16 | - |
| YUV | 48.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 76 | 0 | 0.68 | 0.07 | 0.68 | 306.43 | 0.52 | 0.21 |
| Hex | 52 | 1A | 4C | 0 | 44 | 7 | 44 | 132 | 34 | 15 |
| Octal | 122 | 32 | 114 | 0 | 104 | 7 | 104 | 462 | 64 | 25 |
| Binary | 1010010 | 11010 | 1001100 | 0 | 1000100 | 111 | 1000100 | 100110010 | 110100 | 10101 |
Color Harmonies of #521A4C
Complementary color
Monochromatic Colors of #521A4C
Black with #521A4C
Text Example
Text Example
White with #521A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A4C; }
p { color: rgb(82,26,76); }
H1.HeaderClassName
{
color: #521A4C;
}
.AnyTagClassName
{
color: #521A4C;
}
</style>
background-color css
<style>
a { background-color: #521A4C; }
a { background-color: rgb(82,26,76); }
div.DivClassName
{
background-color: #521A4C;
}
.BgClassName
{
background-color: #521A4C;
}
</style>
border-color css
<style>
span { border-color: #521A4C; }
span { border-color: rgb(82,26,76); }
td.TdClassName
{
border-color: #521A4C;
}
.TagClassName
{
border-color: #521A4C;
}
</style>