Shades of Loulou #572A45
Tints of Loulou #572A45
RGB
CMYK
RGB Variations
Color information
#572A45 (or 0x572A45) is known color: Loulou. HEX triplet: 57, 2A and 45. RGB value is (87,42,69). Sum of RGB (Red+Green+Blue) = 87+42+69=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #572A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A45 is #A8D5BA. Grayscale: #3A3A3A. Windows color (decimal): -11064763 or 4532823. OLE color: 4532823.
HSL color Cylindrical-coordinate representation of color #572A45: hue angle of 324º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A45 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 69 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.66 |
| HSL | 324º | 0.35% | 0.25% | - |
| HSV(B) | 324º | 0.52% | 0.34% | - |
| XYZ | 5.83 | 4.11 | 6.12 | - |
| YUV | 58.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 69 | 0 | 0.52 | 0.21 | 0.66 | 324 | 0.35 | 0.25 |
| Hex | 57 | 2A | 45 | 0 | 34 | 15 | 42 | 144 | 23 | 19 |
| Octal | 127 | 52 | 105 | 0 | 64 | 25 | 102 | 504 | 43 | 31 |
| Binary | 1010111 | 101010 | 1000101 | 0 | 110100 | 10101 | 1000010 | 101000100 | 100011 | 11001 |
Color Harmonies of #572A45
Complementary color
Monochromatic Colors of #572A45
Black with #572A45
Text Example
Text Example
White with #572A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A45; }
p { color: rgb(87,42,69); }
H1.HeaderClassName
{
color: #572A45;
}
.AnyTagClassName
{
color: #572A45;
}
</style>
background-color css
<style>
a { background-color: #572A45; }
a { background-color: rgb(87,42,69); }
div.DivClassName
{
background-color: #572A45;
}
.BgClassName
{
background-color: #572A45;
}
</style>
border-color css
<style>
span { border-color: #572A45; }
span { border-color: rgb(87,42,69); }
td.TdClassName
{
border-color: #572A45;
}
.TagClassName
{
border-color: #572A45;
}
</style>