Shades of Loulou #52144A
Tints of Loulou #52144A
RGB
CMYK
RGB Variations
Color information
#52144A (or 0x52144A) is known color: Loulou. HEX triplet: 52, 14 and 4A. RGB value is (82,20,74). Sum of RGB (Red+Green+Blue) = 82+20+74=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52144A is #ADEBB5. Grayscale: #2C2C2C. Windows color (decimal): -11398070 or 4854866. OLE color: 4854866.
HSL color Cylindrical-coordinate representation of color #52144A: hue angle of 307.74º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52144A is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 74 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.68 |
| HSL | 307.74º | 0.61% | 0.2% | - |
| HSV(B) | 307.74º | 0.76% | 0.32% | - |
| XYZ | 4.97 | 2.79 | 6.76 | - |
| YUV | 44.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 74 | 0 | 0.76 | 0.10 | 0.68 | 307.74 | 0.61 | 0.2 |
| Hex | 52 | 14 | 4A | 0 | 4C | A | 44 | 134 | 3D | 14 |
| Octal | 122 | 24 | 112 | 0 | 114 | 12 | 104 | 464 | 75 | 24 |
| Binary | 1010010 | 10100 | 1001010 | 0 | 1001100 | 1010 | 1000100 | 100110100 | 111101 | 10100 |
Color Harmonies of #52144A
Complementary color
Monochromatic Colors of #52144A
Black with #52144A
Text Example
Text Example
White with #52144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52144A; }
p { color: rgb(82,20,74); }
H1.HeaderClassName
{
color: #52144A;
}
.AnyTagClassName
{
color: #52144A;
}
</style>
background-color css
<style>
a { background-color: #52144A; }
a { background-color: rgb(82,20,74); }
div.DivClassName
{
background-color: #52144A;
}
.BgClassName
{
background-color: #52144A;
}
</style>
border-color css
<style>
span { border-color: #52144A; }
span { border-color: rgb(82,20,74); }
td.TdClassName
{
border-color: #52144A;
}
.TagClassName
{
border-color: #52144A;
}
</style>