Shades of Loulou #521D42
Tints of Loulou #521D42
RGB
CMYK
RGB Variations
Color information
#521D42 (or 0x521D42) is known color: Loulou. HEX triplet: 52, 1D and 42. RGB value is (82,29,66). Sum of RGB (Red+Green+Blue) = 82+29+66=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #521D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D42 is #ADE2BD. Grayscale: #303030. Windows color (decimal): -11395774 or 4332882. OLE color: 4332882.
HSL color Cylindrical-coordinate representation of color #521D42: hue angle of 318.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D42 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 66 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.68 |
| HSL | 318.11º | 0.48% | 0.22% | - |
| HSV(B) | 318.11º | 0.65% | 0.32% | - |
| XYZ | 4.9 | 3.07 | 5.49 | - |
| YUV | 49.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 66 | 0 | 0.65 | 0.20 | 0.68 | 318.11 | 0.48 | 0.22 |
| Hex | 52 | 1D | 42 | 0 | 41 | 14 | 44 | 13E | 30 | 16 |
| Octal | 122 | 35 | 102 | 0 | 101 | 24 | 104 | 476 | 60 | 26 |
| Binary | 1010010 | 11101 | 1000010 | 0 | 1000001 | 10100 | 1000100 | 100111110 | 110000 | 10110 |
Color Harmonies of #521D42
Complementary color
Monochromatic Colors of #521D42
Black with #521D42
Text Example
Text Example
White with #521D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D42; }
p { color: rgb(82,29,66); }
H1.HeaderClassName
{
color: #521D42;
}
.AnyTagClassName
{
color: #521D42;
}
</style>
background-color css
<style>
a { background-color: #521D42; }
a { background-color: rgb(82,29,66); }
div.DivClassName
{
background-color: #521D42;
}
.BgClassName
{
background-color: #521D42;
}
</style>
border-color css
<style>
span { border-color: #521D42; }
span { border-color: rgb(82,29,66); }
td.TdClassName
{
border-color: #521D42;
}
.TagClassName
{
border-color: #521D42;
}
</style>