Shades of Loulou #52274D
Tints of Loulou #52274D
RGB
CMYK
RGB Variations
Color information
#52274D (or 0x52274D) is known color: Loulou. HEX triplet: 52, 27 and 4D. RGB value is (82,39,77). Sum of RGB (Red+Green+Blue) = 82+39+77=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52274D is #ADD8B2. Grayscale: #383838. Windows color (decimal): -11393203 or 5056338. OLE color: 5056338.
HSL color Cylindrical-coordinate representation of color #52274D: hue angle of 306.98º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52274D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 39 | 77 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.68 |
| HSL | 306.98º | 0.36% | 0.24% | - |
| HSV(B) | 306.98º | 0.52% | 0.32% | - |
| XYZ | 5.54 | 3.78 | 7.46 | - |
| YUV | 56.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 77 | 0 | 0.52 | 0.06 | 0.68 | 306.98 | 0.36 | 0.24 |
| Hex | 52 | 27 | 4D | 0 | 34 | 6 | 44 | 133 | 24 | 18 |
| Octal | 122 | 47 | 115 | 0 | 64 | 6 | 104 | 463 | 44 | 30 |
| Binary | 1010010 | 100111 | 1001101 | 0 | 110100 | 110 | 1000100 | 100110011 | 100100 | 11000 |
Color Harmonies of #52274D
Complementary color
Monochromatic Colors of #52274D
Black with #52274D
Text Example
Text Example
White with #52274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52274D; }
p { color: rgb(82,39,77); }
H1.HeaderClassName
{
color: #52274D;
}
.AnyTagClassName
{
color: #52274D;
}
</style>
background-color css
<style>
a { background-color: #52274D; }
a { background-color: rgb(82,39,77); }
div.DivClassName
{
background-color: #52274D;
}
.BgClassName
{
background-color: #52274D;
}
</style>
border-color css
<style>
span { border-color: #52274D; }
span { border-color: rgb(82,39,77); }
td.TdClassName
{
border-color: #52274D;
}
.TagClassName
{
border-color: #52274D;
}
</style>