#572E49

Color #572E49 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #572E49

Tints of Loulou #572E49

Color information

#572E49 (or 0x572E49) is unknown color: approx Loulou. HEX triplet: 57, 2E and 49. RGB value is (87,46,73). Sum of RGB (Red+Green+Blue) = 87+46+73=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E49 is #A8D1B6. Grayscale: #3D3D3D. Windows color (decimal): -11063735 or 4795991. OLE color: 4795991.

HSL color Cylindrical-coordinate representation of color #572E49: hue angle of 320.49º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E49 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB874673-
CMYK00.470.160.66
HSL320.49º30.83%26.08%-
HSV(B)320.49º47.13%34.12%-
XYZ6.114.466.84-
YUV61.34134.58146.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=42.23%
G=22.33%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87467300.470.160.66320.4930.8326.08
Hex572E4902F10421401f1a
Octal12756111057201025003732
Binary1010111101110100100101011111000010000101010000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E49; }

 p { color: rgb(87,46,73); }

 H1.HeaderClassName
 {
   color: #572E49;
 }
 .AnyTagClassName
 {
   color: #572E49;
 }
</style>
background-color css

<style>
 a { background-color: #572E49; }

 a { background-color: rgb(87,46,73); }

 div.DivClassName
 {
   background-color: #572E49;
 }
 .BgClassName
 {
   background-color: #572E49;
 }
</style>
border-color css

<style>
 span { border-color: #572E49; }

 span { border-color: rgb(87,46,73); }

 td.TdClassName
 {
   border-color: #572E49;
 }
 .TagClassName
 {
   border-color: #572E49;
 }
</style>