Shades of Loulou #57224A
Tints of Loulou #57224A
RGB
CMYK
RGB Variations
Color information
#57224A (or 0x57224A) is known color: Loulou. HEX triplet: 57, 22 and 4A. RGB value is (87,34,74). Sum of RGB (Red+Green+Blue) = 87+34+74=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57224A is #A8DDB5. Grayscale: #363636. Windows color (decimal): -11066806 or 4858455. OLE color: 4858455.
HSL color Cylindrical-coordinate representation of color #57224A: hue angle of 314.72º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57224A is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 34 | 74 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.66 |
| HSL | 314.72º | 0.44% | 0.24% | - |
| HSV(B) | 314.72º | 0.61% | 0.34% | - |
| XYZ | 5.74 | 3.66 | 6.88 | - |
| YUV | 54.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 74 | 0 | 0.61 | 0.15 | 0.66 | 314.72 | 0.44 | 0.24 |
| Hex | 57 | 22 | 4A | 0 | 3D | F | 42 | 13B | 2C | 18 |
| Octal | 127 | 42 | 112 | 0 | 75 | 17 | 102 | 473 | 54 | 30 |
| Binary | 1010111 | 100010 | 1001010 | 0 | 111101 | 1111 | 1000010 | 100111011 | 101100 | 11000 |
Color Harmonies of #57224A
Complementary color
Monochromatic Colors of #57224A
Black with #57224A
Text Example
Text Example
White with #57224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57224A; }
p { color: rgb(87,34,74); }
H1.HeaderClassName
{
color: #57224A;
}
.AnyTagClassName
{
color: #57224A;
}
</style>
background-color css
<style>
a { background-color: #57224A; }
a { background-color: rgb(87,34,74); }
div.DivClassName
{
background-color: #57224A;
}
.BgClassName
{
background-color: #57224A;
}
</style>
border-color css
<style>
span { border-color: #57224A; }
span { border-color: rgb(87,34,74); }
td.TdClassName
{
border-color: #57224A;
}
.TagClassName
{
border-color: #57224A;
}
</style>