Shades of Loulou #51334E
Tints of Loulou #51334E
RGB
CMYK
RGB Variations
Color information
#51334E (or 0x51334E) is known color: Loulou. HEX triplet: 51, 33 and 4E. RGB value is (81,51,78). Sum of RGB (Red+Green+Blue) = 81+51+78=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #51334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51334E is #AECCB1. Grayscale: #3E3E3E. Windows color (decimal): -11455666 or 5124945. OLE color: 5124945.
HSL color Cylindrical-coordinate representation of color #51334E: hue angle of 306º 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 #51334E is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 78 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.68 |
| HSL | 306º | 0.23% | 0.26% | - |
| HSV(B) | 306º | 0.37% | 0.32% | - |
| XYZ | 5.95 | 4.67 | 7.79 | - |
| YUV | 63.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 78 | 0 | 0.37 | 0.04 | 0.68 | 306 | 0.23 | 0.26 |
| Hex | 51 | 33 | 4E | 0 | 25 | 4 | 44 | 132 | 17 | 1A |
| Octal | 121 | 63 | 116 | 0 | 45 | 4 | 104 | 462 | 27 | 32 |
| Binary | 1010001 | 110011 | 1001110 | 0 | 100101 | 100 | 1000100 | 100110010 | 10111 | 11010 |
Color Harmonies of #51334E
Complementary color
Monochromatic Colors of #51334E
Black with #51334E
Text Example
Text Example
White with #51334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51334E; }
p { color: rgb(81,51,78); }
H1.HeaderClassName
{
color: #51334E;
}
.AnyTagClassName
{
color: #51334E;
}
</style>
background-color css
<style>
a { background-color: #51334E; }
a { background-color: rgb(81,51,78); }
div.DivClassName
{
background-color: #51334E;
}
.BgClassName
{
background-color: #51334E;
}
</style>
border-color css
<style>
span { border-color: #51334E; }
span { border-color: rgb(81,51,78); }
td.TdClassName
{
border-color: #51334E;
}
.TagClassName
{
border-color: #51334E;
}
</style>