Shades of Loulou #521644
Tints of Loulou #521644
RGB
CMYK
RGB Variations
Color information
#521644 (or 0x521644) is known color: Loulou. HEX triplet: 52, 16 and 44. RGB value is (82,22,68). Sum of RGB (Red+Green+Blue) = 82+22+68=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521644 is #ADE9BB. Grayscale: #2D2D2D. Windows color (decimal): -11397564 or 4462162. OLE color: 4462162.
HSL color Cylindrical-coordinate representation of color #521644: hue angle of 314º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521644 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 68 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.68 |
| HSL | 314º | 0.58% | 0.2% | - |
| HSV(B) | 314º | 0.73% | 0.32% | - |
| XYZ | 4.81 | 2.79 | 5.75 | - |
| YUV | 45.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 68 | 0 | 0.73 | 0.17 | 0.68 | 314 | 0.58 | 0.2 |
| Hex | 52 | 16 | 44 | 0 | 49 | 11 | 44 | 13A | 3A | 14 |
| Octal | 122 | 26 | 104 | 0 | 111 | 21 | 104 | 472 | 72 | 24 |
| Binary | 1010010 | 10110 | 1000100 | 0 | 1001001 | 10001 | 1000100 | 100111010 | 111010 | 10100 |
Color Harmonies of #521644
Complementary color
Monochromatic Colors of #521644
Black with #521644
Text Example
Text Example
White with #521644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521644; }
p { color: rgb(82,22,68); }
H1.HeaderClassName
{
color: #521644;
}
.AnyTagClassName
{
color: #521644;
}
</style>
background-color css
<style>
a { background-color: #521644; }
a { background-color: rgb(82,22,68); }
div.DivClassName
{
background-color: #521644;
}
.BgClassName
{
background-color: #521644;
}
</style>
border-color css
<style>
span { border-color: #521644; }
span { border-color: rgb(82,22,68); }
td.TdClassName
{
border-color: #521644;
}
.TagClassName
{
border-color: #521644;
}
</style>