#572F4C

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

Shades of Loulou #572F4C

Tints of Loulou #572F4C

Color information

#572F4C (or 0x572F4C) is unknown color: approx Loulou. HEX triplet: 57, 2F and 4C. RGB value is (87,47,76). Sum of RGB (Red+Green+Blue) = 87+47+76=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #572F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F4C is #A8D0B3. Grayscale: #3E3E3E. Windows color (decimal): -11063476 or 4992855. OLE color: 4992855.

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

Color convert

RGB874776-
CMYK00.460.130.66
HSL316.5º29.85%26.27%-
HSV(B)316.5º45.98%34.12%-
XYZ6.254.587.39-
YUV62.27135.75145.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=41.43%
G=22.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87477600.460.130.66316.529.8526.27
Hex572F4C02ED4213c1e1a
Octal12757114056151024743632
Binary101011110111110011000101110110110000101001111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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