Shades of Loulou #511A4C
Tints of Loulou #511A4C
RGB
CMYK
RGB Variations
Color information
#511A4C (or 0x511A4C) is known color: Loulou. HEX triplet: 51, 1A and 4C. RGB value is (81,26,76). Sum of RGB (Red+Green+Blue) = 81+26+76=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #511A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A4C is #AEE5B3. Grayscale: #303030. Windows color (decimal): -11462068 or 4987473. OLE color: 4987473.
HSL color Cylindrical-coordinate representation of color #511A4C: hue angle of 305.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A4C is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 76 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.68 |
| HSL | 305.45º | 0.51% | 0.21% | - |
| HSV(B) | 305.45º | 0.68% | 0.32% | - |
| XYZ | 5.07 | 3.01 | 7.15 | - |
| YUV | 48.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 76 | 0 | 0.68 | 0.06 | 0.68 | 305.45 | 0.51 | 0.21 |
| Hex | 51 | 1A | 4C | 0 | 44 | 6 | 44 | 131 | 33 | 15 |
| Octal | 121 | 32 | 114 | 0 | 104 | 6 | 104 | 461 | 63 | 25 |
| Binary | 1010001 | 11010 | 1001100 | 0 | 1000100 | 110 | 1000100 | 100110001 | 110011 | 10101 |
Color Harmonies of #511A4C
Complementary color
Monochromatic Colors of #511A4C
Black with #511A4C
Text Example
Text Example
White with #511A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A4C; }
p { color: rgb(81,26,76); }
H1.HeaderClassName
{
color: #511A4C;
}
.AnyTagClassName
{
color: #511A4C;
}
</style>
background-color css
<style>
a { background-color: #511A4C; }
a { background-color: rgb(81,26,76); }
div.DivClassName
{
background-color: #511A4C;
}
.BgClassName
{
background-color: #511A4C;
}
</style>
border-color css
<style>
span { border-color: #511A4C; }
span { border-color: rgb(81,26,76); }
td.TdClassName
{
border-color: #511A4C;
}
.TagClassName
{
border-color: #511A4C;
}
</style>