#571a4d

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

Shades of Loulou #571A4D

Tints of Loulou #571A4D

Color information

#571A4D (or 0x571A4D) is unknown color: approx Loulou. HEX triplet: 57, 1A and 4D. RGB value is (87,26,77). Sum of RGB (Red+Green+Blue) = 87+26+77=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A4D is #A8E5B2. Grayscale: #313131. Windows color (decimal): -11068851 or 5053015. OLE color: 5053015.

HSL color Cylindrical-coordinate representation of color #571A4D: hue angle of 309.84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A4D is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB872677-
CMYK00.700.110.66
HSL309.84º53.98%22.16%-
HSV(B)309.84º70.11%34.12%-
XYZ5.643.37.36-
YUV50.05143.21154.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=45.79%
G=13.68%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87267700.700.110.66309.8453.9822.16
Hex571A4D046B421363616
Octal127321150106131024666626
Binary1010111110101001101010001101011100001010011011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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