Shades of Loulou #57214C
Tints of Loulou #57214C
RGB
CMYK
RGB Variations
Color information
#57214C (or 0x57214C) is known color: Loulou. HEX triplet: 57, 21 and 4C. RGB value is (87,33,76). Sum of RGB (Red+Green+Blue) = 87+33+76=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57214C is #A8DEB3. Grayscale: #353535. Windows color (decimal): -11067060 or 4989271. OLE color: 4989271.
HSL color Cylindrical-coordinate representation of color #57214C: hue angle of 312.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57214C is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 76 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.66 |
| HSL | 312.22º | 0.45% | 0.24% | - |
| HSV(B) | 312.22º | 0.62% | 0.34% | - |
| XYZ | 5.78 | 3.64 | 7.23 | - |
| YUV | 54.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 76 | 0 | 0.62 | 0.13 | 0.66 | 312.22 | 0.45 | 0.24 |
| Hex | 57 | 21 | 4C | 0 | 3E | D | 42 | 138 | 2D | 18 |
| Octal | 127 | 41 | 114 | 0 | 76 | 15 | 102 | 470 | 55 | 30 |
| Binary | 1010111 | 100001 | 1001100 | 0 | 111110 | 1101 | 1000010 | 100111000 | 101101 | 11000 |
Color Harmonies of #57214C
Complementary color
Monochromatic Colors of #57214C
Black with #57214C
Text Example
Text Example
White with #57214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57214C; }
p { color: rgb(87,33,76); }
H1.HeaderClassName
{
color: #57214C;
}
.AnyTagClassName
{
color: #57214C;
}
</style>
background-color css
<style>
a { background-color: #57214C; }
a { background-color: rgb(87,33,76); }
div.DivClassName
{
background-color: #57214C;
}
.BgClassName
{
background-color: #57214C;
}
</style>
border-color css
<style>
span { border-color: #57214C; }
span { border-color: rgb(87,33,76); }
td.TdClassName
{
border-color: #57214C;
}
.TagClassName
{
border-color: #57214C;
}
</style>