Shades of Loulou #511C47
Tints of Loulou #511C47
RGB
CMYK
RGB Variations
Color information
#511C47 (or 0x511C47) is known color: Loulou. HEX triplet: 51, 1C and 47. RGB value is (81,28,71). Sum of RGB (Red+Green+Blue) = 81+28+71=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C47 is #AEE3B8. Grayscale: #303030. Windows color (decimal): -11461561 or 4660305. OLE color: 4660305.
HSL color Cylindrical-coordinate representation of color #511C47: hue angle of 311.32º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C47 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 71 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.68 |
| HSL | 311.32º | 0.49% | 0.21% | - |
| HSV(B) | 311.32º | 0.65% | 0.32% | - |
| XYZ | 4.95 | 3.03 | 6.29 | - |
| YUV | 48.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 71 | 0 | 0.65 | 0.12 | 0.68 | 311.32 | 0.49 | 0.21 |
| Hex | 51 | 1C | 47 | 0 | 41 | C | 44 | 137 | 31 | 15 |
| Octal | 121 | 34 | 107 | 0 | 101 | 14 | 104 | 467 | 61 | 25 |
| Binary | 1010001 | 11100 | 1000111 | 0 | 1000001 | 1100 | 1000100 | 100110111 | 110001 | 10101 |
Color Harmonies of #511C47
Complementary color
Monochromatic Colors of #511C47
Black with #511C47
Text Example
Text Example
White with #511C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C47; }
p { color: rgb(81,28,71); }
H1.HeaderClassName
{
color: #511C47;
}
.AnyTagClassName
{
color: #511C47;
}
</style>
background-color css
<style>
a { background-color: #511C47; }
a { background-color: rgb(81,28,71); }
div.DivClassName
{
background-color: #511C47;
}
.BgClassName
{
background-color: #511C47;
}
</style>
border-color css
<style>
span { border-color: #511C47; }
span { border-color: rgb(81,28,71); }
td.TdClassName
{
border-color: #511C47;
}
.TagClassName
{
border-color: #511C47;
}
</style>