Shades of Loulou #521945
Tints of Loulou #521945
RGB
CMYK
RGB Variations
Color information
#521945 (or 0x521945) is known color: Loulou. HEX triplet: 52, 19 and 45. RGB value is (82,25,69). Sum of RGB (Red+Green+Blue) = 82+25+69=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #521945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521945 is #ADE6BA. Grayscale: #2E2E2E. Windows color (decimal): -11396795 or 4528466. OLE color: 4528466.
HSL color Cylindrical-coordinate representation of color #521945: hue angle of 313.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521945 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 69 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.68 |
| HSL | 313.68º | 0.53% | 0.21% | - |
| HSV(B) | 313.68º | 0.7% | 0.32% | - |
| XYZ | 4.9 | 2.92 | 5.94 | - |
| YUV | 47.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 69 | 0 | 0.70 | 0.16 | 0.68 | 313.68 | 0.53 | 0.21 |
| Hex | 52 | 19 | 45 | 0 | 46 | 10 | 44 | 13A | 35 | 15 |
| Octal | 122 | 31 | 105 | 0 | 106 | 20 | 104 | 472 | 65 | 25 |
| Binary | 1010010 | 11001 | 1000101 | 0 | 1000110 | 10000 | 1000100 | 100111010 | 110101 | 10101 |
Color Harmonies of #521945
Complementary color
Monochromatic Colors of #521945
Black with #521945
Text Example
Text Example
White with #521945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521945; }
p { color: rgb(82,25,69); }
H1.HeaderClassName
{
color: #521945;
}
.AnyTagClassName
{
color: #521945;
}
</style>
background-color css
<style>
a { background-color: #521945; }
a { background-color: rgb(82,25,69); }
div.DivClassName
{
background-color: #521945;
}
.BgClassName
{
background-color: #521945;
}
</style>
border-color css
<style>
span { border-color: #521945; }
span { border-color: rgb(82,25,69); }
td.TdClassName
{
border-color: #521945;
}
.TagClassName
{
border-color: #521945;
}
</style>