#572D47

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

Shades of Loulou #572D47

Tints of Loulou #572D47

Color information

#572D47 (or 0x572D47) is unknown color: approx Loulou. HEX triplet: 57, 2D and 47. RGB value is (87,45,71). Sum of RGB (Red+Green+Blue) = 87+45+71=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D47 is #A8D2B8. Grayscale: #3C3C3C. Windows color (decimal): -11063993 or 4664663. OLE color: 4664663.

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

Color convert

RGB874571-
CMYK00.480.180.66
HSL322.86º31.82%25.88%-
HSV(B)322.86º48.28%34.12%-
XYZ6.014.366.49-
YUV60.52133.91146.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=42.86%
G=22.17%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87457100.480.180.66322.8631.8225.88
Hex572D470301242143201a
Octal12755107060221025034032
Binary10101111011011000111011000010010100001010100001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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