Shades of Loulou #51234C
Tints of Loulou #51234C
RGB
CMYK
RGB Variations
Color information
#51234C (or 0x51234C) is known color: Loulou. HEX triplet: 51, 23 and 4C. RGB value is (81,35,76). Sum of RGB (Red+Green+Blue) = 81+35+76=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51234C is #AEDCB3. Grayscale: #353535. Windows color (decimal): -11459764 or 4989777. OLE color: 4989777.
HSL color Cylindrical-coordinate representation of color #51234C: hue angle of 306.52º 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 #51234C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 35 | 76 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.68 |
| HSL | 306.52º | 0.4% | 0.23% | - |
| HSV(B) | 306.52º | 0.57% | 0.32% | - |
| XYZ | 5.3 | 3.47 | 7.23 | - |
| YUV | 53.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 76 | 0 | 0.57 | 0.06 | 0.68 | 306.52 | 0.4 | 0.23 |
| Hex | 51 | 23 | 4C | 0 | 39 | 6 | 44 | 133 | 28 | 17 |
| Octal | 121 | 43 | 114 | 0 | 71 | 6 | 104 | 463 | 50 | 27 |
| Binary | 1010001 | 100011 | 1001100 | 0 | 111001 | 110 | 1000100 | 100110011 | 101000 | 10111 |
Color Harmonies of #51234C
Complementary color
Monochromatic Colors of #51234C
Black with #51234C
Text Example
Text Example
White with #51234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51234C; }
p { color: rgb(81,35,76); }
H1.HeaderClassName
{
color: #51234C;
}
.AnyTagClassName
{
color: #51234C;
}
</style>
background-color css
<style>
a { background-color: #51234C; }
a { background-color: rgb(81,35,76); }
div.DivClassName
{
background-color: #51234C;
}
.BgClassName
{
background-color: #51234C;
}
</style>
border-color css
<style>
span { border-color: #51234C; }
span { border-color: rgb(81,35,76); }
td.TdClassName
{
border-color: #51234C;
}
.TagClassName
{
border-color: #51234C;
}
</style>