Shades of Loulou #572646
Tints of Loulou #572646
RGB
CMYK
RGB Variations
Color information
#572646 (or 0x572646) is known color: Loulou. HEX triplet: 57, 26 and 46. RGB value is (87,38,70). Sum of RGB (Red+Green+Blue) = 87+38+70=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #572646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572646 is #A8D9B9. Grayscale: #383838. Windows color (decimal): -11065786 or 4597335. OLE color: 4597335.
HSL color Cylindrical-coordinate representation of color #572646: hue angle of 320.82º 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 #572646 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 70 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.66 |
| HSL | 320.82º | 0.39% | 0.25% | - |
| HSV(B) | 320.82º | 0.56% | 0.34% | - |
| XYZ | 5.73 | 3.85 | 6.24 | - |
| YUV | 56.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 70 | 0 | 0.56 | 0.20 | 0.66 | 320.82 | 0.39 | 0.25 |
| Hex | 57 | 26 | 46 | 0 | 38 | 14 | 42 | 141 | 27 | 19 |
| Octal | 127 | 46 | 106 | 0 | 70 | 24 | 102 | 501 | 47 | 31 |
| Binary | 1010111 | 100110 | 1000110 | 0 | 111000 | 10100 | 1000010 | 101000001 | 100111 | 11001 |
Color Harmonies of #572646
Complementary color
Monochromatic Colors of #572646
Black with #572646
Text Example
Text Example
White with #572646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572646; }
p { color: rgb(87,38,70); }
H1.HeaderClassName
{
color: #572646;
}
.AnyTagClassName
{
color: #572646;
}
</style>
background-color css
<style>
a { background-color: #572646; }
a { background-color: rgb(87,38,70); }
div.DivClassName
{
background-color: #572646;
}
.BgClassName
{
background-color: #572646;
}
</style>
border-color css
<style>
span { border-color: #572646; }
span { border-color: rgb(87,38,70); }
td.TdClassName
{
border-color: #572646;
}
.TagClassName
{
border-color: #572646;
}
</style>