Shades of Loulou #51354D
Tints of Loulou #51354D
RGB
CMYK
RGB Variations
Color information
#51354D (or 0x51354D) is known color: Loulou. HEX triplet: 51, 35 and 4D. RGB value is (81,53,77). Sum of RGB (Red+Green+Blue) = 81+53+77=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51354D is #AECAB2. Grayscale: #404040. Windows color (decimal): -11455155 or 5059921. OLE color: 5059921.
HSL color Cylindrical-coordinate representation of color #51354D: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51354D is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 77 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.68 |
| HSL | 308.57º | 0.21% | 0.26% | - |
| HSV(B) | 308.57º | 0.35% | 0.32% | - |
| XYZ | 6.01 | 4.83 | 7.64 | - |
| YUV | 64.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 77 | 0 | 0.35 | 0.05 | 0.68 | 308.57 | 0.21 | 0.26 |
| Hex | 51 | 35 | 4D | 0 | 23 | 5 | 44 | 135 | 15 | 1A |
| Octal | 121 | 65 | 115 | 0 | 43 | 5 | 104 | 465 | 25 | 32 |
| Binary | 1010001 | 110101 | 1001101 | 0 | 100011 | 101 | 1000100 | 100110101 | 10101 | 11010 |
Color Harmonies of #51354D
Complementary color
Monochromatic Colors of #51354D
Black with #51354D
Text Example
Text Example
White with #51354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51354D; }
p { color: rgb(81,53,77); }
H1.HeaderClassName
{
color: #51354D;
}
.AnyTagClassName
{
color: #51354D;
}
</style>
background-color css
<style>
a { background-color: #51354D; }
a { background-color: rgb(81,53,77); }
div.DivClassName
{
background-color: #51354D;
}
.BgClassName
{
background-color: #51354D;
}
</style>
border-color css
<style>
span { border-color: #51354D; }
span { border-color: rgb(81,53,77); }
td.TdClassName
{
border-color: #51354D;
}
.TagClassName
{
border-color: #51354D;
}
</style>