#572D4C

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

Shades of Loulou #572D4C

Tints of Loulou #572D4C

Color information

#572D4C (or 0x572D4C) is unknown color: approx Loulou. HEX triplet: 57, 2D and 4C. RGB value is (87,45,76). Sum of RGB (Red+Green+Blue) = 87+45+76=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D4C is #A8D2B3. Grayscale: #3D3D3D. Windows color (decimal): -11063988 or 4992343. OLE color: 4992343.

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

Color convert

RGB874576-
CMYK00.480.130.66
HSL315.71º31.82%25.88%-
HSV(B)315.71º48.28%34.12%-
XYZ6.174.427.37-
YUV61.09136.41146.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=41.83%
G=21.63%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87457600.480.130.66315.7131.8225.88
Hex572D4C030D4213c201a
Octal12755114060151024744032
Binary1010111101101100110001100001101100001010011110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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