Shades of Loulou #57264D
Tints of Loulou #57264D
RGB
CMYK
RGB Variations
Color information
#57264D (or 0x57264D) is known color: Loulou. HEX triplet: 57, 26 and 4D. RGB value is (87,38,77). Sum of RGB (Red+Green+Blue) = 87+38+77=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57264D is #A8D9B2. Grayscale: #383838. Windows color (decimal): -11065779 or 5056087. OLE color: 5056087.
HSL color Cylindrical-coordinate representation of color #57264D: hue angle of 312.24º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57264D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 77 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.66 |
| HSL | 312.24º | 0.39% | 0.25% | - |
| HSV(B) | 312.24º | 0.56% | 0.34% | - |
| XYZ | 5.96 | 3.95 | 7.47 | - |
| YUV | 57.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 77 | 0 | 0.56 | 0.11 | 0.66 | 312.24 | 0.39 | 0.25 |
| Hex | 57 | 26 | 4D | 0 | 38 | B | 42 | 138 | 27 | 19 |
| Octal | 127 | 46 | 115 | 0 | 70 | 13 | 102 | 470 | 47 | 31 |
| Binary | 1010111 | 100110 | 1001101 | 0 | 111000 | 1011 | 1000010 | 100111000 | 100111 | 11001 |
Color Harmonies of #57264D
Complementary color
Monochromatic Colors of #57264D
Black with #57264D
Text Example
Text Example
White with #57264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57264D; }
p { color: rgb(87,38,77); }
H1.HeaderClassName
{
color: #57264D;
}
.AnyTagClassName
{
color: #57264D;
}
</style>
background-color css
<style>
a { background-color: #57264D; }
a { background-color: rgb(87,38,77); }
div.DivClassName
{
background-color: #57264D;
}
.BgClassName
{
background-color: #57264D;
}
</style>
border-color css
<style>
span { border-color: #57264D; }
span { border-color: rgb(87,38,77); }
td.TdClassName
{
border-color: #57264D;
}
.TagClassName
{
border-color: #57264D;
}
</style>