Shades of Loulou #51234D
Tints of Loulou #51234D
RGB
CMYK
RGB Variations
Color information
#51234D (or 0x51234D) is known color: Loulou. HEX triplet: 51, 23 and 4D. RGB value is (81,35,77). Sum of RGB (Red+Green+Blue) = 81+35+77=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51234D is #AEDCB2. Grayscale: #353535. Windows color (decimal): -11459763 or 5055313. OLE color: 5055313.
HSL color Cylindrical-coordinate representation of color #51234D: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51234D is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 35 | 77 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.68 |
| HSL | 305.22º | 0.4% | 0.23% | - |
| HSV(B) | 305.22º | 0.57% | 0.32% | - |
| XYZ | 5.33 | 3.49 | 7.41 | - |
| YUV | 53.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 77 | 0 | 0.57 | 0.05 | 0.68 | 305.22 | 0.4 | 0.23 |
| Hex | 51 | 23 | 4D | 0 | 39 | 5 | 44 | 131 | 28 | 17 |
| Octal | 121 | 43 | 115 | 0 | 71 | 5 | 104 | 461 | 50 | 27 |
| Binary | 1010001 | 100011 | 1001101 | 0 | 111001 | 101 | 1000100 | 100110001 | 101000 | 10111 |
Color Harmonies of #51234D
Complementary color
Monochromatic Colors of #51234D
Black with #51234D
Text Example
Text Example
White with #51234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51234D; }
p { color: rgb(81,35,77); }
H1.HeaderClassName
{
color: #51234D;
}
.AnyTagClassName
{
color: #51234D;
}
</style>
background-color css
<style>
a { background-color: #51234D; }
a { background-color: rgb(81,35,77); }
div.DivClassName
{
background-color: #51234D;
}
.BgClassName
{
background-color: #51234D;
}
</style>
border-color css
<style>
span { border-color: #51234D; }
span { border-color: rgb(81,35,77); }
td.TdClassName
{
border-color: #51234D;
}
.TagClassName
{
border-color: #51234D;
}
</style>