Shades of Loulou #512E4E
Tints of Loulou #512E4E
RGB
CMYK
RGB Variations
Color information
#512E4E (or 0x512E4E) is known color: Loulou. HEX triplet: 51, 2E and 4E. RGB value is (81,46,78). Sum of RGB (Red+Green+Blue) = 81+46+78=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #512E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E4E is #AED1B1. Grayscale: #3C3C3C. Windows color (decimal): -11456946 or 5123665. OLE color: 5123665.
HSL color Cylindrical-coordinate representation of color #512E4E: hue angle of 305.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E4E is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 78 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.68 |
| HSL | 305.14º | 0.28% | 0.25% | - |
| HSV(B) | 305.14º | 0.43% | 0.32% | - |
| XYZ | 5.75 | 4.25 | 7.73 | - |
| YUV | 60.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 78 | 0 | 0.43 | 0.04 | 0.68 | 305.14 | 0.28 | 0.25 |
| Hex | 51 | 2E | 4E | 0 | 2B | 4 | 44 | 131 | 1C | 19 |
| Octal | 121 | 56 | 116 | 0 | 53 | 4 | 104 | 461 | 34 | 31 |
| Binary | 1010001 | 101110 | 1001110 | 0 | 101011 | 100 | 1000100 | 100110001 | 11100 | 11001 |
Color Harmonies of #512E4E
Complementary color
Monochromatic Colors of #512E4E
Black with #512E4E
Text Example
Text Example
White with #512E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E4E; }
p { color: rgb(81,46,78); }
H1.HeaderClassName
{
color: #512E4E;
}
.AnyTagClassName
{
color: #512E4E;
}
</style>
background-color css
<style>
a { background-color: #512E4E; }
a { background-color: rgb(81,46,78); }
div.DivClassName
{
background-color: #512E4E;
}
.BgClassName
{
background-color: #512E4E;
}
</style>
border-color css
<style>
span { border-color: #512E4E; }
span { border-color: rgb(81,46,78); }
td.TdClassName
{
border-color: #512E4E;
}
.TagClassName
{
border-color: #512E4E;
}
</style>