Shades of Loulou #52364B
Tints of Loulou #52364B
RGB
CMYK
RGB Variations
Color information
#52364B (or 0x52364B) is known color: Loulou. HEX triplet: 52, 36 and 4B. RGB value is (82,54,75). Sum of RGB (Red+Green+Blue) = 82+54+75=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52364B is #ADC9B4. Grayscale: #404040. Windows color (decimal): -11389365 or 4929106. OLE color: 4929106.
HSL color Cylindrical-coordinate representation of color #52364B: hue angle of 315º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52364B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 75 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.68 |
| HSL | 315º | 0.21% | 0.27% | - |
| HSV(B) | 315º | 0.34% | 0.32% | - |
| XYZ | 6.07 | 4.94 | 7.29 | - |
| YUV | 64.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 75 | 0 | 0.34 | 0.09 | 0.68 | 315 | 0.21 | 0.27 |
| Hex | 52 | 36 | 4B | 0 | 22 | 9 | 44 | 13B | 15 | 1B |
| Octal | 122 | 66 | 113 | 0 | 42 | 11 | 104 | 473 | 25 | 33 |
| Binary | 1010010 | 110110 | 1001011 | 0 | 100010 | 1001 | 1000100 | 100111011 | 10101 | 11011 |
Color Harmonies of #52364B
Complementary color
Monochromatic Colors of #52364B
Black with #52364B
Text Example
Text Example
White with #52364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52364B; }
p { color: rgb(82,54,75); }
H1.HeaderClassName
{
color: #52364B;
}
.AnyTagClassName
{
color: #52364B;
}
</style>
background-color css
<style>
a { background-color: #52364B; }
a { background-color: rgb(82,54,75); }
div.DivClassName
{
background-color: #52364B;
}
.BgClassName
{
background-color: #52364B;
}
</style>
border-color css
<style>
span { border-color: #52364B; }
span { border-color: rgb(82,54,75); }
td.TdClassName
{
border-color: #52364B;
}
.TagClassName
{
border-color: #52364B;
}
</style>