Shades of Loulou #51194C
Tints of Loulou #51194C
RGB
CMYK
RGB Variations
Color information
#51194C (or 0x51194C) is known color: Loulou. HEX triplet: 51, 19 and 4C. RGB value is (81,25,76). Sum of RGB (Red+Green+Blue) = 81+25+76=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #51194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51194C is #AEE6B3. Grayscale: #2F2F2F. Windows color (decimal): -11462324 or 4987217. OLE color: 4987217.
HSL color Cylindrical-coordinate representation of color #51194C: hue angle of 305.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51194C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 76 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.68 |
| HSL | 305.36º | 0.53% | 0.21% | - |
| HSV(B) | 305.36º | 0.69% | 0.32% | - |
| XYZ | 5.05 | 2.97 | 7.14 | - |
| YUV | 47.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 76 | 0 | 0.69 | 0.06 | 0.68 | 305.36 | 0.53 | 0.21 |
| Hex | 51 | 19 | 4C | 0 | 45 | 6 | 44 | 131 | 35 | 15 |
| Octal | 121 | 31 | 114 | 0 | 105 | 6 | 104 | 461 | 65 | 25 |
| Binary | 1010001 | 11001 | 1001100 | 0 | 1000101 | 110 | 1000100 | 100110001 | 110101 | 10101 |
Color Harmonies of #51194C
Complementary color
Monochromatic Colors of #51194C
Black with #51194C
Text Example
Text Example
White with #51194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51194C; }
p { color: rgb(81,25,76); }
H1.HeaderClassName
{
color: #51194C;
}
.AnyTagClassName
{
color: #51194C;
}
</style>
background-color css
<style>
a { background-color: #51194C; }
a { background-color: rgb(81,25,76); }
div.DivClassName
{
background-color: #51194C;
}
.BgClassName
{
background-color: #51194C;
}
</style>
border-color css
<style>
span { border-color: #51194C; }
span { border-color: rgb(81,25,76); }
td.TdClassName
{
border-color: #51194C;
}
.TagClassName
{
border-color: #51194C;
}
</style>