#572D4A

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

Shades of Loulou #572D4A

Tints of Loulou #572D4A

Color information

#572D4A (or 0x572D4A) is unknown color: approx Loulou. HEX triplet: 57, 2D and 4A. RGB value is (87,45,74). Sum of RGB (Red+Green+Blue) = 87+45+74=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D4A is #A8D2B5. Grayscale: #3C3C3C. Windows color (decimal): -11063990 or 4861271. OLE color: 4861271.

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

Color convert

RGB874574-
CMYK00.480.150.66
HSL318.57º31.82%25.88%-
HSV(B)318.57º48.28%34.12%-
XYZ6.14.47.01-
YUV60.86135.41146.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=42.23%
G=21.84%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87457400.480.150.66318.5731.8225.88
Hex572D4A030F4213f201a
Octal12755112060171024774032
Binary1010111101101100101001100001111100001010011111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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