Shades of Loulou #51334F
Tints of Loulou #51334F
RGB
CMYK
RGB Variations
Color information
#51334F (or 0x51334F) is known color: Loulou. HEX triplet: 51, 33 and 4F. RGB value is (81,51,79). Sum of RGB (Red+Green+Blue) = 81+51+79=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51334F is #AECCB0. Grayscale: #3F3F3F. Windows color (decimal): -11455665 or 5190481. OLE color: 5190481.
HSL color Cylindrical-coordinate representation of color #51334F: hue angle of 304º 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 #51334F is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 79 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.68 |
| HSL | 304º | 0.23% | 0.26% | - |
| HSV(B) | 304º | 0.37% | 0.32% | - |
| XYZ | 5.99 | 4.68 | 7.99 | - |
| YUV | 63.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 79 | 0 | 0.37 | 0.02 | 0.68 | 304 | 0.23 | 0.26 |
| Hex | 51 | 33 | 4F | 0 | 25 | 2 | 44 | 130 | 17 | 1A |
| Octal | 121 | 63 | 117 | 0 | 45 | 2 | 104 | 460 | 27 | 32 |
| Binary | 1010001 | 110011 | 1001111 | 0 | 100101 | 10 | 1000100 | 100110000 | 10111 | 11010 |
Color Harmonies of #51334F
Complementary color
Monochromatic Colors of #51334F
Black with #51334F
Text Example
Text Example
White with #51334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51334F; }
p { color: rgb(81,51,79); }
H1.HeaderClassName
{
color: #51334F;
}
.AnyTagClassName
{
color: #51334F;
}
</style>
background-color css
<style>
a { background-color: #51334F; }
a { background-color: rgb(81,51,79); }
div.DivClassName
{
background-color: #51334F;
}
.BgClassName
{
background-color: #51334F;
}
</style>
border-color css
<style>
span { border-color: #51334F; }
span { border-color: rgb(81,51,79); }
td.TdClassName
{
border-color: #51334F;
}
.TagClassName
{
border-color: #51334F;
}
</style>