#571C4D

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

Shades of Loulou #571C4D

Tints of Loulou #571C4D

Color information

#571C4D (or 0x571C4D) is unknown color: approx Loulou. HEX triplet: 57, 1C and 4D. RGB value is (87,28,77). Sum of RGB (Red+Green+Blue) = 87+28+77=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C4D is #A8E3B2. Grayscale: #333333. Windows color (decimal): -11068339 or 5053527. OLE color: 5053527.

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

Color convert

RGB872877-
CMYK00.680.110.66
HSL310.17º51.3%22.55%-
HSV(B)310.17º67.82%34.12%-
XYZ5.693.397.38-
YUV51.23142.55153.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=45.31%
G=14.58%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87287700.680.110.66310.1751.322.55
Hex571C4D044B421363317
Octal127341150104131024666327
Binary1010111111001001101010001001011100001010011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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