#57164A

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

Shades of Loulou #57164A

Tints of Loulou #57164A

Color information

#57164A (or 0x57164A) is unknown color: approx Loulou. HEX triplet: 57, 16 and 4A. RGB value is (87,22,74). Sum of RGB (Red+Green+Blue) = 87+22+74=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57164A is #A8E9B5. Grayscale: #2F2F2F. Windows color (decimal): -11069878 or 4855383. OLE color: 4855383.

HSL color Cylindrical-coordinate representation of color #57164A: hue angle of 312º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57164A is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB872274-
CMYK00.750.150.66
HSL312º59.63%21.37%-
HSV(B)312º74.71%34.12%-
XYZ5.453.096.79-
YUV47.36143.03156.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=47.54%
G=12.02%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87227400.750.150.6631259.6321.37
Hex57164A04BF421383c15
Octal127261120113171024707425
Binary1010111101101001010010010111111100001010011100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57164A; }

 p { color: rgb(87,22,74); }

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

<style>
 a { background-color: #57164A; }

 a { background-color: rgb(87,22,74); }

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

<style>
 span { border-color: #57164A; }

 span { border-color: rgb(87,22,74); }

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