Shades of Loulou #521B44
Tints of Loulou #521B44
RGB
CMYK
RGB Variations
Color information
#521B44 (or 0x521B44) is known color: Loulou. HEX triplet: 52, 1B and 44. RGB value is (82,27,68). Sum of RGB (Red+Green+Blue) = 82+27+68=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B44 is #ADE4BB. Grayscale: #303030. Windows color (decimal): -11396284 or 4463442. OLE color: 4463442.
HSL color Cylindrical-coordinate representation of color #521B44: hue angle of 315.27º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B44 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 68 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.68 |
| HSL | 315.27º | 0.5% | 0.21% | - |
| HSV(B) | 315.27º | 0.67% | 0.32% | - |
| XYZ | 4.91 | 3 | 5.79 | - |
| YUV | 48.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 68 | 0 | 0.67 | 0.17 | 0.68 | 315.27 | 0.5 | 0.21 |
| Hex | 52 | 1B | 44 | 0 | 43 | 11 | 44 | 13B | 32 | 15 |
| Octal | 122 | 33 | 104 | 0 | 103 | 21 | 104 | 473 | 62 | 25 |
| Binary | 1010010 | 11011 | 1000100 | 0 | 1000011 | 10001 | 1000100 | 100111011 | 110010 | 10101 |
Color Harmonies of #521B44
Complementary color
Monochromatic Colors of #521B44
Black with #521B44
Text Example
Text Example
White with #521B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B44; }
p { color: rgb(82,27,68); }
H1.HeaderClassName
{
color: #521B44;
}
.AnyTagClassName
{
color: #521B44;
}
</style>
background-color css
<style>
a { background-color: #521B44; }
a { background-color: rgb(82,27,68); }
div.DivClassName
{
background-color: #521B44;
}
.BgClassName
{
background-color: #521B44;
}
</style>
border-color css
<style>
span { border-color: #521B44; }
span { border-color: rgb(82,27,68); }
td.TdClassName
{
border-color: #521B44;
}
.TagClassName
{
border-color: #521B44;
}
</style>