Shades of Loulou #511C4C
Tints of Loulou #511C4C
RGB
CMYK
RGB Variations
Color information
#511C4C (or 0x511C4C) is known color: Loulou. HEX triplet: 51, 1C and 4C. RGB value is (81,28,76). Sum of RGB (Red+Green+Blue) = 81+28+76=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #511C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C4C is #AEE3B3. Grayscale: #313131. Windows color (decimal): -11461556 or 4987985. OLE color: 4987985.
HSL color Cylindrical-coordinate representation of color #511C4C: hue angle of 305.66º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C4C is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 76 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.68 |
| HSL | 305.66º | 0.49% | 0.21% | - |
| HSV(B) | 305.66º | 0.65% | 0.32% | - |
| XYZ | 5.11 | 3.1 | 7.17 | - |
| YUV | 49.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 76 | 0 | 0.65 | 0.06 | 0.68 | 305.66 | 0.49 | 0.21 |
| Hex | 51 | 1C | 4C | 0 | 41 | 6 | 44 | 132 | 31 | 15 |
| Octal | 121 | 34 | 114 | 0 | 101 | 6 | 104 | 462 | 61 | 25 |
| Binary | 1010001 | 11100 | 1001100 | 0 | 1000001 | 110 | 1000100 | 100110010 | 110001 | 10101 |
Color Harmonies of #511C4C
Complementary color
Monochromatic Colors of #511C4C
Black with #511C4C
Text Example
Text Example
White with #511C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C4C; }
p { color: rgb(81,28,76); }
H1.HeaderClassName
{
color: #511C4C;
}
.AnyTagClassName
{
color: #511C4C;
}
</style>
background-color css
<style>
a { background-color: #511C4C; }
a { background-color: rgb(81,28,76); }
div.DivClassName
{
background-color: #511C4C;
}
.BgClassName
{
background-color: #511C4C;
}
</style>
border-color css
<style>
span { border-color: #511C4C; }
span { border-color: rgb(81,28,76); }
td.TdClassName
{
border-color: #511C4C;
}
.TagClassName
{
border-color: #511C4C;
}
</style>