Shades of Loulou #521F42
Tints of Loulou #521F42
RGB
CMYK
RGB Variations
Color information
#521F42 (or 0x521F42) is known color: Loulou. HEX triplet: 52, 1F and 42. RGB value is (82,31,66). Sum of RGB (Red+Green+Blue) = 82+31+66=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #521F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F42 is #ADE0BD. Grayscale: #323232. Windows color (decimal): -11395262 or 4333394. OLE color: 4333394.
HSL color Cylindrical-coordinate representation of color #521F42: hue angle of 318.82º 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 #521F42 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 31 | 66 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.68 |
| HSL | 318.82º | 0.45% | 0.22% | - |
| HSV(B) | 318.82º | 0.62% | 0.32% | - |
| XYZ | 4.95 | 3.17 | 5.5 | - |
| YUV | 50.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 66 | 0 | 0.62 | 0.20 | 0.68 | 318.82 | 0.45 | 0.22 |
| Hex | 52 | 1F | 42 | 0 | 3E | 14 | 44 | 13F | 2D | 16 |
| Octal | 122 | 37 | 102 | 0 | 76 | 24 | 104 | 477 | 55 | 26 |
| Binary | 1010010 | 11111 | 1000010 | 0 | 111110 | 10100 | 1000100 | 100111111 | 101101 | 10110 |
Color Harmonies of #521F42
Complementary color
Monochromatic Colors of #521F42
Black with #521F42
Text Example
Text Example
White with #521F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F42; }
p { color: rgb(82,31,66); }
H1.HeaderClassName
{
color: #521F42;
}
.AnyTagClassName
{
color: #521F42;
}
</style>
background-color css
<style>
a { background-color: #521F42; }
a { background-color: rgb(82,31,66); }
div.DivClassName
{
background-color: #521F42;
}
.BgClassName
{
background-color: #521F42;
}
</style>
border-color css
<style>
span { border-color: #521F42; }
span { border-color: rgb(82,31,66); }
td.TdClassName
{
border-color: #521F42;
}
.TagClassName
{
border-color: #521F42;
}
</style>