#57274D

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

Shades of Loulou #57274D

Tints of Loulou #57274D

Color information

#57274D (or 0x57274D) is unknown color: approx Loulou. HEX triplet: 57, 27 and 4D. RGB value is (87,39,77). Sum of RGB (Red+Green+Blue) = 87+39+77=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57274D is #A8D8B2. Grayscale: #393939. Windows color (decimal): -11065523 or 5056343. OLE color: 5056343.

HSL color Cylindrical-coordinate representation of color #57274D: hue angle of 312.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57274D is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB873977-
CMYK00.550.110.66
HSL312.5º38.1%24.71%-
HSV(B)312.5º55.17%34.12%-
XYZ64.017.48-
YUV57.68138.9148.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=42.86%
G=19.21%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87397700.550.110.66312.538.124.71
Hex57274D037B421382619
Octal12747115067131024704631
Binary1010111100111100110101101111011100001010011100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57274D; }

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

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

<style>
 a { background-color: #57274D; }

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

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

<style>
 span { border-color: #57274D; }

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

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