Shades of Loulou #51104A
Tints of Loulou #51104A
RGB
CMYK
RGB Variations
Color information
#51104A (or 0x51104A) is known color: Loulou. HEX triplet: 51, 10 and 4A. RGB value is (81,16,74). Sum of RGB (Red+Green+Blue) = 81+16+74=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #51104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51104A is #AEEFB5. Grayscale: #292929. Windows color (decimal): -11464630 or 4853841. OLE color: 4853841.
HSL color Cylindrical-coordinate representation of color #51104A: hue angle of 306.46º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51104A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 16 | 74 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.68 |
| HSL | 306.46º | 0.67% | 0.19% | - |
| HSV(B) | 306.46º | 0.8% | 0.32% | - |
| XYZ | 4.81 | 2.61 | 6.73 | - |
| YUV | 42.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 74 | 0 | 0.80 | 0.09 | 0.68 | 306.46 | 0.67 | 0.19 |
| Hex | 51 | 10 | 4A | 0 | 50 | 9 | 44 | 132 | 43 | 13 |
| Octal | 121 | 20 | 112 | 0 | 120 | 11 | 104 | 462 | 103 | 23 |
| Binary | 1010001 | 10000 | 1001010 | 0 | 1010000 | 1001 | 1000100 | 100110010 | 1000011 | 10011 |
Color Harmonies of #51104A
Complementary color
Monochromatic Colors of #51104A
Black with #51104A
Text Example
Text Example
White with #51104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51104A; }
p { color: rgb(81,16,74); }
H1.HeaderClassName
{
color: #51104A;
}
.AnyTagClassName
{
color: #51104A;
}
</style>
background-color css
<style>
a { background-color: #51104A; }
a { background-color: rgb(81,16,74); }
div.DivClassName
{
background-color: #51104A;
}
.BgClassName
{
background-color: #51104A;
}
</style>
border-color css
<style>
span { border-color: #51104A; }
span { border-color: rgb(81,16,74); }
td.TdClassName
{
border-color: #51104A;
}
.TagClassName
{
border-color: #51104A;
}
</style>