Shades of Loulou #57234E
Tints of Loulou #57234E
RGB
CMYK
RGB Variations
Color information
#57234E (or 0x57234E) is known color: Loulou. HEX triplet: 57, 23 and 4E. RGB value is (87,35,78). Sum of RGB (Red+Green+Blue) = 87+35+78=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57234E is #A8DCB1. Grayscale: #373737. Windows color (decimal): -11066546 or 5120855. OLE color: 5120855.
HSL color Cylindrical-coordinate representation of color #57234E: hue angle of 310.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57234E is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 35 | 78 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.66 |
| HSL | 310.38º | 0.43% | 0.24% | - |
| HSV(B) | 310.38º | 0.6% | 0.34% | - |
| XYZ | 5.91 | 3.78 | 7.63 | - |
| YUV | 55.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 78 | 0 | 0.60 | 0.10 | 0.66 | 310.38 | 0.43 | 0.24 |
| Hex | 57 | 23 | 4E | 0 | 3C | A | 42 | 136 | 2B | 18 |
| Octal | 127 | 43 | 116 | 0 | 74 | 12 | 102 | 466 | 53 | 30 |
| Binary | 1010111 | 100011 | 1001110 | 0 | 111100 | 1010 | 1000010 | 100110110 | 101011 | 11000 |
Color Harmonies of #57234E
Complementary color
Monochromatic Colors of #57234E
Black with #57234E
Text Example
Text Example
White with #57234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57234E; }
p { color: rgb(87,35,78); }
H1.HeaderClassName
{
color: #57234E;
}
.AnyTagClassName
{
color: #57234E;
}
</style>
background-color css
<style>
a { background-color: #57234E; }
a { background-color: rgb(87,35,78); }
div.DivClassName
{
background-color: #57234E;
}
.BgClassName
{
background-color: #57234E;
}
</style>
border-color css
<style>
span { border-color: #57234E; }
span { border-color: rgb(87,35,78); }
td.TdClassName
{
border-color: #57234E;
}
.TagClassName
{
border-color: #57234E;
}
</style>