Shades of Loulou #51344E
Tints of Loulou #51344E
RGB
CMYK
RGB Variations
Color information
#51344E (or 0x51344E) is known color: Loulou. HEX triplet: 51, 34 and 4E. RGB value is (81,52,78). Sum of RGB (Red+Green+Blue) = 81+52+78=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51344E is #AECBB1. Grayscale: #3F3F3F. Windows color (decimal): -11455410 or 5125201. OLE color: 5125201.
HSL color Cylindrical-coordinate representation of color #51344E: hue angle of 306.21º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51344E is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 52 | 78 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.68 |
| HSL | 306.21º | 0.22% | 0.26% | - |
| HSV(B) | 306.21º | 0.36% | 0.32% | - |
| XYZ | 6 | 4.76 | 7.81 | - |
| YUV | 63.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 78 | 0 | 0.36 | 0.04 | 0.68 | 306.21 | 0.22 | 0.26 |
| Hex | 51 | 34 | 4E | 0 | 24 | 4 | 44 | 132 | 16 | 1A |
| Octal | 121 | 64 | 116 | 0 | 44 | 4 | 104 | 462 | 26 | 32 |
| Binary | 1010001 | 110100 | 1001110 | 0 | 100100 | 100 | 1000100 | 100110010 | 10110 | 11010 |
Color Harmonies of #51344E
Complementary color
Monochromatic Colors of #51344E
Black with #51344E
Text Example
Text Example
White with #51344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51344E; }
p { color: rgb(81,52,78); }
H1.HeaderClassName
{
color: #51344E;
}
.AnyTagClassName
{
color: #51344E;
}
</style>
background-color css
<style>
a { background-color: #51344E; }
a { background-color: rgb(81,52,78); }
div.DivClassName
{
background-color: #51344E;
}
.BgClassName
{
background-color: #51344E;
}
</style>
border-color css
<style>
span { border-color: #51344E; }
span { border-color: rgb(81,52,78); }
td.TdClassName
{
border-color: #51344E;
}
.TagClassName
{
border-color: #51344E;
}
</style>