Shades of Loulou #51364C
Tints of Loulou #51364C
RGB
CMYK
RGB Variations
Color information
#51364C (or 0x51364C) is known color: Loulou. HEX triplet: 51, 36 and 4C. RGB value is (81,54,76). Sum of RGB (Red+Green+Blue) = 81+54+76=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51364C is #AEC9B3. Grayscale: #404040. Windows color (decimal): -11454900 or 4994641. OLE color: 4994641.
HSL color Cylindrical-coordinate representation of color #51364C: hue angle of 311.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51364C is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 54 | 76 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.68 |
| HSL | 311.11º | 0.2% | 0.26% | - |
| HSV(B) | 311.11º | 0.33% | 0.32% | - |
| XYZ | 6.02 | 4.91 | 7.47 | - |
| YUV | 64.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 76 | 0 | 0.33 | 0.06 | 0.68 | 311.11 | 0.2 | 0.26 |
| Hex | 51 | 36 | 4C | 0 | 21 | 6 | 44 | 137 | 14 | 1A |
| Octal | 121 | 66 | 114 | 0 | 41 | 6 | 104 | 467 | 24 | 32 |
| Binary | 1010001 | 110110 | 1001100 | 0 | 100001 | 110 | 1000100 | 100110111 | 10100 | 11010 |
Color Harmonies of #51364C
Complementary color
Monochromatic Colors of #51364C
Black with #51364C
Text Example
Text Example
White with #51364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51364C; }
p { color: rgb(81,54,76); }
H1.HeaderClassName
{
color: #51364C;
}
.AnyTagClassName
{
color: #51364C;
}
</style>
background-color css
<style>
a { background-color: #51364C; }
a { background-color: rgb(81,54,76); }
div.DivClassName
{
background-color: #51364C;
}
.BgClassName
{
background-color: #51364C;
}
</style>
border-color css
<style>
span { border-color: #51364C; }
span { border-color: rgb(81,54,76); }
td.TdClassName
{
border-color: #51364C;
}
.TagClassName
{
border-color: #51364C;
}
</style>