Shades of Loulou #522F4B
Tints of Loulou #522F4B
RGB
CMYK
RGB Variations
Color information
#522F4B (or 0x522F4B) is known color: Loulou. HEX triplet: 52, 2F and 4B. RGB value is (82,47,75). Sum of RGB (Red+Green+Blue) = 82+47+75=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #522F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F4B is #ADD0B4. Grayscale: #3C3C3C. Windows color (decimal): -11391157 or 4927314. OLE color: 4927314.
HSL color Cylindrical-coordinate representation of color #522F4B: hue angle of 312º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F4B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 75 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.68 |
| HSL | 312º | 0.27% | 0.25% | - |
| HSV(B) | 312º | 0.43% | 0.32% | - |
| XYZ | 5.77 | 4.33 | 7.19 | - |
| YUV | 60.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 75 | 0 | 0.43 | 0.09 | 0.68 | 312 | 0.27 | 0.25 |
| Hex | 52 | 2F | 4B | 0 | 2B | 9 | 44 | 138 | 1B | 19 |
| Octal | 122 | 57 | 113 | 0 | 53 | 11 | 104 | 470 | 33 | 31 |
| Binary | 1010010 | 101111 | 1001011 | 0 | 101011 | 1001 | 1000100 | 100111000 | 11011 | 11001 |
Color Harmonies of #522F4B
Complementary color
Monochromatic Colors of #522F4B
Black with #522F4B
Text Example
Text Example
White with #522F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F4B; }
p { color: rgb(82,47,75); }
H1.HeaderClassName
{
color: #522F4B;
}
.AnyTagClassName
{
color: #522F4B;
}
</style>
background-color css
<style>
a { background-color: #522F4B; }
a { background-color: rgb(82,47,75); }
div.DivClassName
{
background-color: #522F4B;
}
.BgClassName
{
background-color: #522F4B;
}
</style>
border-color css
<style>
span { border-color: #522F4B; }
span { border-color: rgb(82,47,75); }
td.TdClassName
{
border-color: #522F4B;
}
.TagClassName
{
border-color: #522F4B;
}
</style>