#571A4B

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

Shades of Loulou #571A4B

Tints of Loulou #571A4B

Color information

#571A4B (or 0x571A4B) is unknown color: approx Loulou. HEX triplet: 57, 1A and 4B. RGB value is (87,26,75). Sum of RGB (Red+Green+Blue) = 87+26+75=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A4B is #A8E5B4. Grayscale: #313131. Windows color (decimal): -11068853 or 4921943. OLE color: 4921943.

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

Color convert

RGB872675-
CMYK00.700.140.66
HSL311.8º53.98%22.16%-
HSV(B)311.8º70.11%34.12%-
XYZ5.573.276.99-
YUV49.82142.21154.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=46.28%
G=13.83%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87267500.700.140.66311.853.9822.16
Hex571A4B046E421383616
Octal127321130106161024706626
Binary1010111110101001011010001101110100001010011100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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