#572D49

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

Shades of Loulou #572D49

Tints of Loulou #572D49

Color information

#572D49 (or 0x572D49) is unknown color: approx Loulou. HEX triplet: 57, 2D and 49. RGB value is (87,45,73). Sum of RGB (Red+Green+Blue) = 87+45+73=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D49 is #A8D2B6. Grayscale: #3C3C3C. Windows color (decimal): -11063991 or 4795735. OLE color: 4795735.

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

Color convert

RGB874573-
CMYK00.480.160.66
HSL320º31.82%25.88%-
HSV(B)320º48.28%34.12%-
XYZ6.074.386.83-
YUV60.75134.91146.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=42.44%
G=21.95%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87457300.480.160.6632031.8225.88
Hex572D490301042140201a
Octal12755111060201025004032
Binary10101111011011001001011000010000100001010100000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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