Shades of Loulou #51314C
Tints of Loulou #51314C
RGB
CMYK
RGB Variations
Color information
#51314C (or 0x51314C) is known color: Loulou. HEX triplet: 51, 31 and 4C. RGB value is (81,49,76). Sum of RGB (Red+Green+Blue) = 81+49+76=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51314C is #AECEB3. Grayscale: #3D3D3D. Windows color (decimal): -11456180 or 4993361. OLE color: 4993361.
HSL color Cylindrical-coordinate representation of color #51314C: hue angle of 309.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51314C is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 49 | 76 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.68 |
| HSL | 309.38º | 0.25% | 0.25% | - |
| HSV(B) | 309.38º | 0.4% | 0.32% | - |
| XYZ | 5.8 | 4.47 | 7.39 | - |
| YUV | 61.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 76 | 0 | 0.40 | 0.06 | 0.68 | 309.38 | 0.25 | 0.25 |
| Hex | 51 | 31 | 4C | 0 | 28 | 6 | 44 | 135 | 19 | 19 |
| Octal | 121 | 61 | 114 | 0 | 50 | 6 | 104 | 465 | 31 | 31 |
| Binary | 1010001 | 110001 | 1001100 | 0 | 101000 | 110 | 1000100 | 100110101 | 11001 | 11001 |
Color Harmonies of #51314C
Complementary color
Monochromatic Colors of #51314C
Black with #51314C
Text Example
Text Example
White with #51314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51314C; }
p { color: rgb(81,49,76); }
H1.HeaderClassName
{
color: #51314C;
}
.AnyTagClassName
{
color: #51314C;
}
</style>
background-color css
<style>
a { background-color: #51314C; }
a { background-color: rgb(81,49,76); }
div.DivClassName
{
background-color: #51314C;
}
.BgClassName
{
background-color: #51314C;
}
</style>
border-color css
<style>
span { border-color: #51314C; }
span { border-color: rgb(81,49,76); }
td.TdClassName
{
border-color: #51314C;
}
.TagClassName
{
border-color: #51314C;
}
</style>