#571D4D

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

Shades of Loulou #571D4D

Tints of Loulou #571D4D

Color information

#571D4D (or 0x571D4D) is unknown color: approx Loulou. HEX triplet: 57, 1D and 4D. RGB value is (87,29,77). Sum of RGB (Red+Green+Blue) = 87+29+77=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D4D is #A8E2B2. Grayscale: #333333. Windows color (decimal): -11068083 or 5053783. OLE color: 5053783.

HSL color Cylindrical-coordinate representation of color #571D4D: hue angle of 310.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D4D is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB872977-
CMYK00.670.110.66
HSL310.34º50%22.75%-
HSV(B)310.34º66.67%34.12%-
XYZ5.713.447.38-
YUV51.81142.22153.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=45.08%
G=15.03%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87297700.670.110.66310.345022.75
Hex571D4D043B421363217
Octal127351150103131024666227
Binary1010111111011001101010000111011100001010011011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571D4D; }

 p { color: rgb(87,29,77); }

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

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

 a { background-color: rgb(87,29,77); }

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

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

 span { border-color: rgb(87,29,77); }

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