Shades of Loulou #51354C
Tints of Loulou #51354C
RGB
CMYK
RGB Variations
Color information
#51354C (or 0x51354C) is known color: Loulou. HEX triplet: 51, 35 and 4C. RGB value is (81,53,76). Sum of RGB (Red+Green+Blue) = 81+53+76=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #51354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51354C is #AECAB3. Grayscale: #3F3F3F. Windows color (decimal): -11455156 or 4994385. OLE color: 4994385.
HSL color Cylindrical-coordinate representation of color #51354C: hue angle of 310.71º 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 #51354C is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 76 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.68 |
| HSL | 310.71º | 0.21% | 0.26% | - |
| HSV(B) | 310.71º | 0.35% | 0.32% | - |
| XYZ | 5.97 | 4.82 | 7.45 | - |
| YUV | 63.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 76 | 0 | 0.35 | 0.06 | 0.68 | 310.71 | 0.21 | 0.26 |
| Hex | 51 | 35 | 4C | 0 | 23 | 6 | 44 | 137 | 15 | 1A |
| Octal | 121 | 65 | 114 | 0 | 43 | 6 | 104 | 467 | 25 | 32 |
| Binary | 1010001 | 110101 | 1001100 | 0 | 100011 | 110 | 1000100 | 100110111 | 10101 | 11010 |
Color Harmonies of #51354C
Complementary color
Monochromatic Colors of #51354C
Black with #51354C
Text Example
Text Example
White with #51354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51354C; }
p { color: rgb(81,53,76); }
H1.HeaderClassName
{
color: #51354C;
}
.AnyTagClassName
{
color: #51354C;
}
</style>
background-color css
<style>
a { background-color: #51354C; }
a { background-color: rgb(81,53,76); }
div.DivClassName
{
background-color: #51354C;
}
.BgClassName
{
background-color: #51354C;
}
</style>
border-color css
<style>
span { border-color: #51354C; }
span { border-color: rgb(81,53,76); }
td.TdClassName
{
border-color: #51354C;
}
.TagClassName
{
border-color: #51354C;
}
</style>