Shades of Loulou #512C49
Tints of Loulou #512C49
RGB
CMYK
RGB Variations
Color information
#512C49 (or 0x512C49) is known color: Loulou. HEX triplet: 51, 2C and 49. RGB value is (81,44,73). Sum of RGB (Red+Green+Blue) = 81+44+73=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #512C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C49 is #AED3B6. Grayscale: #3A3A3A. Windows color (decimal): -11457463 or 4795473. OLE color: 4795473.
HSL color Cylindrical-coordinate representation of color #512C49: hue angle of 312.97º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C49 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 73 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.68 |
| HSL | 312.97º | 0.3% | 0.25% | - |
| HSV(B) | 312.97º | 0.46% | 0.32% | - |
| XYZ | 5.5 | 4.03 | 6.79 | - |
| YUV | 58.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 73 | 0 | 0.46 | 0.10 | 0.68 | 312.97 | 0.3 | 0.25 |
| Hex | 51 | 2C | 49 | 0 | 2E | A | 44 | 139 | 1E | 19 |
| Octal | 121 | 54 | 111 | 0 | 56 | 12 | 104 | 471 | 36 | 31 |
| Binary | 1010001 | 101100 | 1001001 | 0 | 101110 | 1010 | 1000100 | 100111001 | 11110 | 11001 |
Color Harmonies of #512C49
Complementary color
Monochromatic Colors of #512C49
Black with #512C49
Text Example
Text Example
White with #512C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C49; }
p { color: rgb(81,44,73); }
H1.HeaderClassName
{
color: #512C49;
}
.AnyTagClassName
{
color: #512C49;
}
</style>
background-color css
<style>
a { background-color: #512C49; }
a { background-color: rgb(81,44,73); }
div.DivClassName
{
background-color: #512C49;
}
.BgClassName
{
background-color: #512C49;
}
</style>
border-color css
<style>
span { border-color: #512C49; }
span { border-color: rgb(81,44,73); }
td.TdClassName
{
border-color: #512C49;
}
.TagClassName
{
border-color: #512C49;
}
</style>