#572D46

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

Shades of Loulou #572D46

Tints of Loulou #572D46

Color information

#572D46 (or 0x572D46) is unknown color: approx Loulou. HEX triplet: 57, 2D and 46. RGB value is (87,45,70). Sum of RGB (Red+Green+Blue) = 87+45+70=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #572D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D46 is #A8D2B9. Grayscale: #3C3C3C. Windows color (decimal): -11063994 or 4599127. OLE color: 4599127.

HSL color Cylindrical-coordinate representation of color #572D46: hue angle of 324.29º 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 #572D46 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB874570-
CMYK00.480.200.66
HSL324.29º31.82%25.88%-
HSV(B)324.29º48.28%34.12%-
XYZ5.974.356.32-
YUV60.41133.41146.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=43.07%
G=22.28%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87457000.480.200.66324.2931.8225.88
Hex572D460301442144201a
Octal12755106060241025044032
Binary10101111011011000110011000010100100001010100010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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