#571A4C

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

Shades of Loulou #571A4C

Tints of Loulou #571A4C

Color information

#571A4C (or 0x571A4C) is unknown color: approx Loulou. HEX triplet: 57, 1A and 4C. RGB value is (87,26,76). Sum of RGB (Red+Green+Blue) = 87+26+76=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A4C is #A8E5B3. Grayscale: #313131. Windows color (decimal): -11068852 or 4987479. OLE color: 4987479.

HSL color Cylindrical-coordinate representation of color #571A4C: hue angle of 310.82º 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 #571A4C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB872676-
CMYK00.700.130.66
HSL310.82º53.98%22.16%-
HSV(B)310.82º70.11%34.12%-
XYZ5.63.297.18-
YUV49.94142.71154.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=46.03%
G=13.76%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87267600.700.130.66310.8253.9822.16
Hex571A4C046D421373616
Octal127321140106151024676626
Binary1010111110101001100010001101101100001010011011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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