#572C47

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

Shades of Loulou #572C47

Tints of Loulou #572C47

Color information

#572C47 (or 0x572C47) is unknown color: approx Loulou. HEX triplet: 57, 2C and 47. RGB value is (87,44,71). Sum of RGB (Red+Green+Blue) = 87+44+71=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #572C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C47 is #A8D3B8. Grayscale: #3B3B3B. Windows color (decimal): -11064249 or 4664407. OLE color: 4664407.

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

Color convert

RGB874471-
CMYK00.490.180.66
HSL322.33º32.82%25.69%-
HSV(B)322.33º49.43%34.12%-
XYZ5.974.286.47-
YUV59.93134.25147.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=43.07%
G=21.78%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87447100.490.180.66322.3332.8225.69
Hex572C470311242142211a
Octal12754107061221025024132
Binary10101111011001000111011000110010100001010100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,71); }

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

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

 a { background-color: rgb(87,44,71); }

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

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

 span { border-color: rgb(87,44,71); }

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