Shades of Loulou #51144A
Tints of Loulou #51144A
RGB
CMYK
RGB Variations
Color information
#51144A (or 0x51144A) is known color: Loulou. HEX triplet: 51, 14 and 4A. RGB value is (81,20,74). Sum of RGB (Red+Green+Blue) = 81+20+74=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51144A is #AEEBB5. Grayscale: #2C2C2C. Windows color (decimal): -11463606 or 4854865. OLE color: 4854865.
HSL color Cylindrical-coordinate representation of color #51144A: hue angle of 306.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51144A is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 74 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.68 |
| HSL | 306.89º | 0.6% | 0.2% | - |
| HSV(B) | 306.89º | 0.75% | 0.32% | - |
| XYZ | 4.88 | 2.74 | 6.75 | - |
| YUV | 44.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 74 | 0 | 0.75 | 0.09 | 0.68 | 306.89 | 0.6 | 0.2 |
| Hex | 51 | 14 | 4A | 0 | 4B | 9 | 44 | 133 | 3C | 14 |
| Octal | 121 | 24 | 112 | 0 | 113 | 11 | 104 | 463 | 74 | 24 |
| Binary | 1010001 | 10100 | 1001010 | 0 | 1001011 | 1001 | 1000100 | 100110011 | 111100 | 10100 |
Color Harmonies of #51144A
Complementary color
Monochromatic Colors of #51144A
Black with #51144A
Text Example
Text Example
White with #51144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51144A; }
p { color: rgb(81,20,74); }
H1.HeaderClassName
{
color: #51144A;
}
.AnyTagClassName
{
color: #51144A;
}
</style>
background-color css
<style>
a { background-color: #51144A; }
a { background-color: rgb(81,20,74); }
div.DivClassName
{
background-color: #51144A;
}
.BgClassName
{
background-color: #51144A;
}
</style>
border-color css
<style>
span { border-color: #51144A; }
span { border-color: rgb(81,20,74); }
td.TdClassName
{
border-color: #51144A;
}
.TagClassName
{
border-color: #51144A;
}
</style>