Shades of Loulou #52364A
Tints of Loulou #52364A
RGB
CMYK
RGB Variations
Color information
#52364A (or 0x52364A) is known color: Loulou. HEX triplet: 52, 36 and 4A. RGB value is (82,54,74). Sum of RGB (Red+Green+Blue) = 82+54+74=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52364A is #ADC9B5. Grayscale: #404040. Windows color (decimal): -11389366 or 4863570. OLE color: 4863570.
HSL color Cylindrical-coordinate representation of color #52364A: hue angle of 317.14º 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 #52364A is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 74 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.68 |
| HSL | 317.14º | 0.21% | 0.27% | - |
| HSV(B) | 317.14º | 0.34% | 0.32% | - |
| XYZ | 6.03 | 4.93 | 7.11 | - |
| YUV | 64.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 74 | 0 | 0.34 | 0.10 | 0.68 | 317.14 | 0.21 | 0.27 |
| Hex | 52 | 36 | 4A | 0 | 22 | A | 44 | 13D | 15 | 1B |
| Octal | 122 | 66 | 112 | 0 | 42 | 12 | 104 | 475 | 25 | 33 |
| Binary | 1010010 | 110110 | 1001010 | 0 | 100010 | 1010 | 1000100 | 100111101 | 10101 | 11011 |
Color Harmonies of #52364A
Complementary color
Monochromatic Colors of #52364A
Black with #52364A
Text Example
Text Example
White with #52364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52364A; }
p { color: rgb(82,54,74); }
H1.HeaderClassName
{
color: #52364A;
}
.AnyTagClassName
{
color: #52364A;
}
</style>
background-color css
<style>
a { background-color: #52364A; }
a { background-color: rgb(82,54,74); }
div.DivClassName
{
background-color: #52364A;
}
.BgClassName
{
background-color: #52364A;
}
</style>
border-color css
<style>
span { border-color: #52364A; }
span { border-color: rgb(82,54,74); }
td.TdClassName
{
border-color: #52364A;
}
.TagClassName
{
border-color: #52364A;
}
</style>