Shades of Loulou #52374B
Tints of Loulou #52374B
RGB
CMYK
RGB Variations
Color information
#52374B (or 0x52374B) is known color: Loulou. HEX triplet: 52, 37 and 4B. RGB value is (82,55,75). Sum of RGB (Red+Green+Blue) = 82+55+75=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52374B is #ADC8B4. Grayscale: #414141. Windows color (decimal): -11389109 or 4929362. OLE color: 4929362.
HSL color Cylindrical-coordinate representation of color #52374B: hue angle of 315.56º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52374B is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 75 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.68 |
| HSL | 315.56º | 0.2% | 0.27% | - |
| HSV(B) | 315.56º | 0.33% | 0.32% | - |
| XYZ | 6.12 | 5.03 | 7.31 | - |
| YUV | 65.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 75 | 0 | 0.33 | 0.09 | 0.68 | 315.56 | 0.2 | 0.27 |
| Hex | 52 | 37 | 4B | 0 | 21 | 9 | 44 | 13C | 14 | 1B |
| Octal | 122 | 67 | 113 | 0 | 41 | 11 | 104 | 474 | 24 | 33 |
| Binary | 1010010 | 110111 | 1001011 | 0 | 100001 | 1001 | 1000100 | 100111100 | 10100 | 11011 |
Color Harmonies of #52374B
Complementary color
Monochromatic Colors of #52374B
Black with #52374B
Text Example
Text Example
White with #52374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52374B; }
p { color: rgb(82,55,75); }
H1.HeaderClassName
{
color: #52374B;
}
.AnyTagClassName
{
color: #52374B;
}
</style>
background-color css
<style>
a { background-color: #52374B; }
a { background-color: rgb(82,55,75); }
div.DivClassName
{
background-color: #52374B;
}
.BgClassName
{
background-color: #52374B;
}
</style>
border-color css
<style>
span { border-color: #52374B; }
span { border-color: rgb(82,55,75); }
td.TdClassName
{
border-color: #52374B;
}
.TagClassName
{
border-color: #52374B;
}
</style>