Shades of Loulou #51354A
Tints of Loulou #51354A
RGB
CMYK
RGB Variations
Color information
#51354A (or 0x51354A) is known color: Loulou. HEX triplet: 51, 35 and 4A. RGB value is (81,53,74). Sum of RGB (Red+Green+Blue) = 81+53+74=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #51354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51354A is #AECAB5. Grayscale: #3F3F3F. Windows color (decimal): -11455158 or 4863313. OLE color: 4863313.
HSL color Cylindrical-coordinate representation of color #51354A: hue angle of 315º 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 #51354A is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 74 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.68 |
| HSL | 315º | 0.21% | 0.26% | - |
| HSV(B) | 315º | 0.35% | 0.32% | - |
| XYZ | 5.9 | 4.79 | 7.09 | - |
| YUV | 63.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 74 | 0 | 0.35 | 0.09 | 0.68 | 315 | 0.21 | 0.26 |
| Hex | 51 | 35 | 4A | 0 | 23 | 9 | 44 | 13B | 15 | 1A |
| Octal | 121 | 65 | 112 | 0 | 43 | 11 | 104 | 473 | 25 | 32 |
| Binary | 1010001 | 110101 | 1001010 | 0 | 100011 | 1001 | 1000100 | 100111011 | 10101 | 11010 |
Color Harmonies of #51354A
Complementary color
Monochromatic Colors of #51354A
Black with #51354A
Text Example
Text Example
White with #51354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51354A; }
p { color: rgb(81,53,74); }
H1.HeaderClassName
{
color: #51354A;
}
.AnyTagClassName
{
color: #51354A;
}
</style>
background-color css
<style>
a { background-color: #51354A; }
a { background-color: rgb(81,53,74); }
div.DivClassName
{
background-color: #51354A;
}
.BgClassName
{
background-color: #51354A;
}
</style>
border-color css
<style>
span { border-color: #51354A; }
span { border-color: rgb(81,53,74); }
td.TdClassName
{
border-color: #51354A;
}
.TagClassName
{
border-color: #51354A;
}
</style>