Shades of Loulou #51334D
Tints of Loulou #51334D
RGB
CMYK
RGB Variations
Color information
#51334D (or 0x51334D) is known color: Loulou. HEX triplet: 51, 33 and 4D. RGB value is (81,51,77). Sum of RGB (Red+Green+Blue) = 81+51+77=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51334D is #AECCB2. Grayscale: #3E3E3E. Windows color (decimal): -11455667 or 5059409. OLE color: 5059409.
HSL color Cylindrical-coordinate representation of color #51334D: hue angle of 308º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51334D is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 77 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.68 |
| HSL | 308º | 0.23% | 0.26% | - |
| HSV(B) | 308º | 0.37% | 0.32% | - |
| XYZ | 5.92 | 4.65 | 7.61 | - |
| YUV | 62.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 77 | 0 | 0.37 | 0.05 | 0.68 | 308 | 0.23 | 0.26 |
| Hex | 51 | 33 | 4D | 0 | 25 | 5 | 44 | 134 | 17 | 1A |
| Octal | 121 | 63 | 115 | 0 | 45 | 5 | 104 | 464 | 27 | 32 |
| Binary | 1010001 | 110011 | 1001101 | 0 | 100101 | 101 | 1000100 | 100110100 | 10111 | 11010 |
Color Harmonies of #51334D
Complementary color
Monochromatic Colors of #51334D
Black with #51334D
Text Example
Text Example
White with #51334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51334D; }
p { color: rgb(81,51,77); }
H1.HeaderClassName
{
color: #51334D;
}
.AnyTagClassName
{
color: #51334D;
}
</style>
background-color css
<style>
a { background-color: #51334D; }
a { background-color: rgb(81,51,77); }
div.DivClassName
{
background-color: #51334D;
}
.BgClassName
{
background-color: #51334D;
}
</style>
border-color css
<style>
span { border-color: #51334D; }
span { border-color: rgb(81,51,77); }
td.TdClassName
{
border-color: #51334D;
}
.TagClassName
{
border-color: #51334D;
}
</style>