#572950

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

Shades of Loulou #572950

Tints of Loulou #572950

Color information

#572950 (or 0x572950) is unknown color: approx Loulou. HEX triplet: 57, 29 and 50. RGB value is (87,41,80). Sum of RGB (Red+Green+Blue) = 87+41+80=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572950 is #A8D6AF. Grayscale: #3B3B3B. Windows color (decimal): -11065008 or 5253463. OLE color: 5253463.

HSL color Cylindrical-coordinate representation of color #572950: hue angle of 309.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572950 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB874180-
CMYK00.530.080.66
HSL309.13º35.94%25.1%-
HSV(B)309.13º52.87%34.12%-
XYZ6.174.198.07-
YUV59.2139.74147.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=41.83%
G=19.71%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87418000.530.080.66309.1335.9425.1
Hex5729500358421352419
Octal12751120065101024654431
Binary1010111101001101000001101011000100001010011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572950; }

 p { color: rgb(87,41,80); }

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

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

 a { background-color: rgb(87,41,80); }

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

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

 span { border-color: rgb(87,41,80); }

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