#57314B

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

Shades of Loulou #57314B

Tints of Loulou #57314B

Color information

#57314B (or 0x57314B) is unknown color: approx Loulou. HEX triplet: 57, 31 and 4B. RGB value is (87,49,75). Sum of RGB (Red+Green+Blue) = 87+49+75=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #57314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57314B is #A8CEB4. Grayscale: #3F3F3F. Windows color (decimal): -11062965 or 4927831. OLE color: 4927831.

HSL color Cylindrical-coordinate representation of color #57314B: hue angle of 318.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57314B is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB874975-
CMYK00.440.140.66
HSL318.95º27.94%26.67%-
HSV(B)318.95º43.68%34.12%-
XYZ6.34.737.24-
YUV63.33134.59144.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=41.23%
G=23.22%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87497500.440.140.66318.9527.9426.67
Hex57314B02CE4213f1c1b
Octal12761113054161024773433
Binary101011111000110010110101100111010000101001111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57314B; }

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

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

<style>
 a { background-color: #57314B; }

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

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

<style>
 span { border-color: #57314B; }

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

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