Shades of Loulou #512D44
Tints of Loulou #512D44
RGB
CMYK
RGB Variations
Color information
#512D44 (or 0x512D44) is known color: Loulou. HEX triplet: 51, 2D and 44. RGB value is (81,45,68). Sum of RGB (Red+Green+Blue) = 81+45+68=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #512D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D44 is #AED2BB. Grayscale: #3A3A3A. Windows color (decimal): -11457212 or 4468049. OLE color: 4468049.
HSL color Cylindrical-coordinate representation of color #512D44: hue angle of 321.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D44 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 68 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.68 |
| HSL | 321.67º | 0.29% | 0.25% | - |
| HSV(B) | 321.67º | 0.44% | 0.32% | - |
| XYZ | 5.38 | 4.04 | 5.97 | - |
| YUV | 58.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 68 | 0 | 0.44 | 0.16 | 0.68 | 321.67 | 0.29 | 0.25 |
| Hex | 51 | 2D | 44 | 0 | 2C | 10 | 44 | 142 | 1D | 19 |
| Octal | 121 | 55 | 104 | 0 | 54 | 20 | 104 | 502 | 35 | 31 |
| Binary | 1010001 | 101101 | 1000100 | 0 | 101100 | 10000 | 1000100 | 101000010 | 11101 | 11001 |
Color Harmonies of #512D44
Complementary color
Monochromatic Colors of #512D44
Black with #512D44
Text Example
Text Example
White with #512D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D44; }
p { color: rgb(81,45,68); }
H1.HeaderClassName
{
color: #512D44;
}
.AnyTagClassName
{
color: #512D44;
}
</style>
background-color css
<style>
a { background-color: #512D44; }
a { background-color: rgb(81,45,68); }
div.DivClassName
{
background-color: #512D44;
}
.BgClassName
{
background-color: #512D44;
}
</style>
border-color css
<style>
span { border-color: #512D44; }
span { border-color: rgb(81,45,68); }
td.TdClassName
{
border-color: #512D44;
}
.TagClassName
{
border-color: #512D44;
}
</style>