Shades of Loulou #51254C
Tints of Loulou #51254C
RGB
CMYK
RGB Variations
Color information
#51254C (or 0x51254C) is known color: Loulou. HEX triplet: 51, 25 and 4C. RGB value is (81,37,76). Sum of RGB (Red+Green+Blue) = 81+37+76=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51254C is #AEDAB3. Grayscale: #363636. Windows color (decimal): -11459252 or 4990289. OLE color: 4990289.
HSL color Cylindrical-coordinate representation of color #51254C: hue angle of 306.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51254C is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 37 | 76 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.68 |
| HSL | 306.82º | 0.37% | 0.23% | - |
| HSV(B) | 306.82º | 0.54% | 0.32% | - |
| XYZ | 5.36 | 3.59 | 7.25 | - |
| YUV | 54.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 76 | 0 | 0.54 | 0.06 | 0.68 | 306.82 | 0.37 | 0.23 |
| Hex | 51 | 25 | 4C | 0 | 36 | 6 | 44 | 133 | 25 | 17 |
| Octal | 121 | 45 | 114 | 0 | 66 | 6 | 104 | 463 | 45 | 27 |
| Binary | 1010001 | 100101 | 1001100 | 0 | 110110 | 110 | 1000100 | 100110011 | 100101 | 10111 |
Color Harmonies of #51254C
Complementary color
Monochromatic Colors of #51254C
Black with #51254C
Text Example
Text Example
White with #51254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51254C; }
p { color: rgb(81,37,76); }
H1.HeaderClassName
{
color: #51254C;
}
.AnyTagClassName
{
color: #51254C;
}
</style>
background-color css
<style>
a { background-color: #51254C; }
a { background-color: rgb(81,37,76); }
div.DivClassName
{
background-color: #51254C;
}
.BgClassName
{
background-color: #51254C;
}
</style>
border-color css
<style>
span { border-color: #51254C; }
span { border-color: rgb(81,37,76); }
td.TdClassName
{
border-color: #51254C;
}
.TagClassName
{
border-color: #51254C;
}
</style>