Shades of Loulou #512942
Tints of Loulou #512942
RGB
CMYK
RGB Variations
Color information
#512942 (or 0x512942) is known color: Loulou. HEX triplet: 51, 29 and 42. RGB value is (81,41,66). Sum of RGB (Red+Green+Blue) = 81+41+66=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512942 is #AED6BD. Grayscale: #373737. Windows color (decimal): -11458238 or 4335953. OLE color: 4335953.
HSL color Cylindrical-coordinate representation of color #512942: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512942 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 66 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.68 |
| HSL | 322.5º | 0.33% | 0.24% | - |
| HSV(B) | 322.5º | 0.49% | 0.32% | - |
| XYZ | 5.17 | 3.73 | 5.6 | - |
| YUV | 55.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 66 | 0 | 0.49 | 0.19 | 0.68 | 322.5 | 0.33 | 0.24 |
| Hex | 51 | 29 | 42 | 0 | 31 | 13 | 44 | 142 | 21 | 18 |
| Octal | 121 | 51 | 102 | 0 | 61 | 23 | 104 | 502 | 41 | 30 |
| Binary | 1010001 | 101001 | 1000010 | 0 | 110001 | 10011 | 1000100 | 101000010 | 100001 | 11000 |
Color Harmonies of #512942
Complementary color
Monochromatic Colors of #512942
Black with #512942
Text Example
Text Example
White with #512942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512942; }
p { color: rgb(81,41,66); }
H1.HeaderClassName
{
color: #512942;
}
.AnyTagClassName
{
color: #512942;
}
</style>
background-color css
<style>
a { background-color: #512942; }
a { background-color: rgb(81,41,66); }
div.DivClassName
{
background-color: #512942;
}
.BgClassName
{
background-color: #512942;
}
</style>
border-color css
<style>
span { border-color: #512942; }
span { border-color: rgb(81,41,66); }
td.TdClassName
{
border-color: #512942;
}
.TagClassName
{
border-color: #512942;
}
</style>