Shades of Loulou #57194A
Tints of Loulou #57194A
RGB
CMYK
RGB Variations
Color information
#57194A (or 0x57194A) is known color: Loulou. HEX triplet: 57, 19 and 4A. RGB value is (87,25,74). Sum of RGB (Red+Green+Blue) = 87+25+74=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57194A is #A8E6B5. Grayscale: #303030. Windows color (decimal): -11069110 or 4856151. OLE color: 4856151.
HSL color Cylindrical-coordinate representation of color #57194A: hue angle of 312.58º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57194A is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 74 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.66 |
| HSL | 312.58º | 0.55% | 0.22% | - |
| HSV(B) | 312.58º | 0.71% | 0.34% | - |
| XYZ | 5.51 | 3.22 | 6.81 | - |
| YUV | 49.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 74 | 0 | 0.71 | 0.15 | 0.66 | 312.58 | 0.55 | 0.22 |
| Hex | 57 | 19 | 4A | 0 | 47 | F | 42 | 139 | 37 | 16 |
| Octal | 127 | 31 | 112 | 0 | 107 | 17 | 102 | 471 | 67 | 26 |
| Binary | 1010111 | 11001 | 1001010 | 0 | 1000111 | 1111 | 1000010 | 100111001 | 110111 | 10110 |
Color Harmonies of #57194A
Complementary color
Monochromatic Colors of #57194A
Black with #57194A
Text Example
Text Example
White with #57194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57194A; }
p { color: rgb(87,25,74); }
H1.HeaderClassName
{
color: #57194A;
}
.AnyTagClassName
{
color: #57194A;
}
</style>
background-color css
<style>
a { background-color: #57194A; }
a { background-color: rgb(87,25,74); }
div.DivClassName
{
background-color: #57194A;
}
.BgClassName
{
background-color: #57194A;
}
</style>
border-color css
<style>
span { border-color: #57194A; }
span { border-color: rgb(87,25,74); }
td.TdClassName
{
border-color: #57194A;
}
.TagClassName
{
border-color: #57194A;
}
</style>