Shades of Loulou #512042
Tints of Loulou #512042
RGB
CMYK
RGB Variations
Color information
#512042 (or 0x512042) is known color: Loulou. HEX triplet: 51, 20 and 42. RGB value is (81,32,66). Sum of RGB (Red+Green+Blue) = 81+32+66=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512042 is #AEDFBD. Grayscale: #323232. Windows color (decimal): -11460542 or 4333649. OLE color: 4333649.
HSL color Cylindrical-coordinate representation of color #512042: hue angle of 318.37º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512042 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 66 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.68 |
| HSL | 318.37º | 0.43% | 0.22% | - |
| HSV(B) | 318.37º | 0.6% | 0.32% | - |
| XYZ | 4.89 | 3.18 | 5.51 | - |
| YUV | 50.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 66 | 0 | 0.60 | 0.19 | 0.68 | 318.37 | 0.43 | 0.22 |
| Hex | 51 | 20 | 42 | 0 | 3C | 13 | 44 | 13E | 2B | 16 |
| Octal | 121 | 40 | 102 | 0 | 74 | 23 | 104 | 476 | 53 | 26 |
| Binary | 1010001 | 100000 | 1000010 | 0 | 111100 | 10011 | 1000100 | 100111110 | 101011 | 10110 |
Color Harmonies of #512042
Complementary color
Monochromatic Colors of #512042
Black with #512042
Text Example
Text Example
White with #512042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512042; }
p { color: rgb(81,32,66); }
H1.HeaderClassName
{
color: #512042;
}
.AnyTagClassName
{
color: #512042;
}
</style>
background-color css
<style>
a { background-color: #512042; }
a { background-color: rgb(81,32,66); }
div.DivClassName
{
background-color: #512042;
}
.BgClassName
{
background-color: #512042;
}
</style>
border-color css
<style>
span { border-color: #512042; }
span { border-color: rgb(81,32,66); }
td.TdClassName
{
border-color: #512042;
}
.TagClassName
{
border-color: #512042;
}
</style>