Shades of Loulou #52354A
Tints of Loulou #52354A
RGB
CMYK
RGB Variations
Color information
#52354A (or 0x52354A) is known color: Loulou. HEX triplet: 52, 35 and 4A. RGB value is (82,53,74). Sum of RGB (Red+Green+Blue) = 82+53+74=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52354A is #ADCAB5. Grayscale: #404040. Windows color (decimal): -11389622 or 4863314. OLE color: 4863314.
HSL color Cylindrical-coordinate representation of color #52354A: hue angle of 316.55º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52354A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 74 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.68 |
| HSL | 316.55º | 0.21% | 0.26% | - |
| HSV(B) | 316.55º | 0.35% | 0.32% | - |
| XYZ | 5.99 | 4.83 | 7.1 | - |
| YUV | 64.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 74 | 0 | 0.35 | 0.10 | 0.68 | 316.55 | 0.21 | 0.26 |
| Hex | 52 | 35 | 4A | 0 | 23 | A | 44 | 13D | 15 | 1A |
| Octal | 122 | 65 | 112 | 0 | 43 | 12 | 104 | 475 | 25 | 32 |
| Binary | 1010010 | 110101 | 1001010 | 0 | 100011 | 1010 | 1000100 | 100111101 | 10101 | 11010 |
Color Harmonies of #52354A
Complementary color
Monochromatic Colors of #52354A
Black with #52354A
Text Example
Text Example
White with #52354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52354A; }
p { color: rgb(82,53,74); }
H1.HeaderClassName
{
color: #52354A;
}
.AnyTagClassName
{
color: #52354A;
}
</style>
background-color css
<style>
a { background-color: #52354A; }
a { background-color: rgb(82,53,74); }
div.DivClassName
{
background-color: #52354A;
}
.BgClassName
{
background-color: #52354A;
}
</style>
border-color css
<style>
span { border-color: #52354A; }
span { border-color: rgb(82,53,74); }
td.TdClassName
{
border-color: #52354A;
}
.TagClassName
{
border-color: #52354A;
}
</style>