#57264D

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

Shades of Loulou #57264D

Tints of Loulou #57264D

Color information

#57264D (or 0x57264D) is unknown color: approx Loulou. HEX triplet: 57, 26 and 4D. RGB value is (87,38,77). Sum of RGB (Red+Green+Blue) = 87+38+77=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57264D is #A8D9B2. Grayscale: #383838. Windows color (decimal): -11065779 or 5056087. OLE color: 5056087.

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

Color convert

RGB873877-
CMYK00.560.110.66
HSL312.24º39.2%24.51%-
HSV(B)312.24º56.32%34.12%-
XYZ5.963.957.47-
YUV57.1139.23149.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=43.07%
G=18.81%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87387700.560.110.66312.2439.224.51
Hex57264D038B421382719
Octal12746115070131024704731
Binary1010111100110100110101110001011100001010011100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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