Shades of Loulou #521F45
Tints of Loulou #521F45
RGB
CMYK
RGB Variations
Color information
#521F45 (or 0x521F45) is known color: Loulou. HEX triplet: 52, 1F and 45. RGB value is (82,31,69). Sum of RGB (Red+Green+Blue) = 82+31+69=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #521F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F45 is #ADE0BA. Grayscale: #323232. Windows color (decimal): -11395259 or 4530002. OLE color: 4530002.
HSL color Cylindrical-coordinate representation of color #521F45: hue angle of 315.29º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F45 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 31 | 69 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.68 |
| HSL | 315.29º | 0.45% | 0.22% | - |
| HSV(B) | 315.29º | 0.62% | 0.32% | - |
| XYZ | 5.04 | 3.2 | 5.98 | - |
| YUV | 50.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 69 | 0 | 0.62 | 0.16 | 0.68 | 315.29 | 0.45 | 0.22 |
| Hex | 52 | 1F | 45 | 0 | 3E | 10 | 44 | 13B | 2D | 16 |
| Octal | 122 | 37 | 105 | 0 | 76 | 20 | 104 | 473 | 55 | 26 |
| Binary | 1010010 | 11111 | 1000101 | 0 | 111110 | 10000 | 1000100 | 100111011 | 101101 | 10110 |
Color Harmonies of #521F45
Complementary color
Monochromatic Colors of #521F45
Black with #521F45
Text Example
Text Example
White with #521F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F45; }
p { color: rgb(82,31,69); }
H1.HeaderClassName
{
color: #521F45;
}
.AnyTagClassName
{
color: #521F45;
}
</style>
background-color css
<style>
a { background-color: #521F45; }
a { background-color: rgb(82,31,69); }
div.DivClassName
{
background-color: #521F45;
}
.BgClassName
{
background-color: #521F45;
}
</style>
border-color css
<style>
span { border-color: #521F45; }
span { border-color: rgb(82,31,69); }
td.TdClassName
{
border-color: #521F45;
}
.TagClassName
{
border-color: #521F45;
}
</style>