Shades of Loulou #512E4F
Tints of Loulou #512E4F
RGB
CMYK
RGB Variations
Color information
#512E4F (or 0x512E4F) is known color: Loulou. HEX triplet: 51, 2E and 4F. RGB value is (81,46,79). Sum of RGB (Red+Green+Blue) = 81+46+79=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #512E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E4F is #AED1B0. Grayscale: #3C3C3C. Windows color (decimal): -11456945 or 5189201. OLE color: 5189201.
HSL color Cylindrical-coordinate representation of color #512E4F: hue angle of 303.43º 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 #512E4F is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 79 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.68 |
| HSL | 303.43º | 0.28% | 0.25% | - |
| HSV(B) | 303.43º | 0.43% | 0.32% | - |
| XYZ | 5.78 | 4.27 | 7.92 | - |
| YUV | 60.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 79 | 0 | 0.43 | 0.02 | 0.68 | 303.43 | 0.28 | 0.25 |
| Hex | 51 | 2E | 4F | 0 | 2B | 2 | 44 | 12F | 1C | 19 |
| Octal | 121 | 56 | 117 | 0 | 53 | 2 | 104 | 457 | 34 | 31 |
| Binary | 1010001 | 101110 | 1001111 | 0 | 101011 | 10 | 1000100 | 100101111 | 11100 | 11001 |
Color Harmonies of #512E4F
Complementary color
Monochromatic Colors of #512E4F
Black with #512E4F
Text Example
Text Example
White with #512E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E4F; }
p { color: rgb(81,46,79); }
H1.HeaderClassName
{
color: #512E4F;
}
.AnyTagClassName
{
color: #512E4F;
}
</style>
background-color css
<style>
a { background-color: #512E4F; }
a { background-color: rgb(81,46,79); }
div.DivClassName
{
background-color: #512E4F;
}
.BgClassName
{
background-color: #512E4F;
}
</style>
border-color css
<style>
span { border-color: #512E4F; }
span { border-color: rgb(81,46,79); }
td.TdClassName
{
border-color: #512E4F;
}
.TagClassName
{
border-color: #512E4F;
}
</style>