Shades of Loulou #51124B
Tints of Loulou #51124B
RGB
CMYK
RGB Variations
Color information
#51124B (or 0x51124B) is known color: Loulou. HEX triplet: 51, 12 and 4B. RGB value is (81,18,75). Sum of RGB (Red+Green+Blue) = 81+18+75=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51124B is #AEEDB4. Grayscale: #2B2B2B. Windows color (decimal): -11464117 or 4919889. OLE color: 4919889.
HSL color Cylindrical-coordinate representation of color #51124B: hue angle of 305.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51124B is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 75 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.68 |
| HSL | 305.71º | 0.64% | 0.19% | - |
| HSV(B) | 305.71º | 0.78% | 0.32% | - |
| XYZ | 4.88 | 2.69 | 6.92 | - |
| YUV | 43.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 75 | 0 | 0.78 | 0.07 | 0.68 | 305.71 | 0.64 | 0.19 |
| Hex | 51 | 12 | 4B | 0 | 4E | 7 | 44 | 132 | 40 | 13 |
| Octal | 121 | 22 | 113 | 0 | 116 | 7 | 104 | 462 | 100 | 23 |
| Binary | 1010001 | 10010 | 1001011 | 0 | 1001110 | 111 | 1000100 | 100110010 | 1000000 | 10011 |
Color Harmonies of #51124B
Complementary color
Monochromatic Colors of #51124B
Black with #51124B
Text Example
Text Example
White with #51124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51124B; }
p { color: rgb(81,18,75); }
H1.HeaderClassName
{
color: #51124B;
}
.AnyTagClassName
{
color: #51124B;
}
</style>
background-color css
<style>
a { background-color: #51124B; }
a { background-color: rgb(81,18,75); }
div.DivClassName
{
background-color: #51124B;
}
.BgClassName
{
background-color: #51124B;
}
</style>
border-color css
<style>
span { border-color: #51124B; }
span { border-color: rgb(81,18,75); }
td.TdClassName
{
border-color: #51124B;
}
.TagClassName
{
border-color: #51124B;
}
</style>