#57264C

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

Shades of Loulou #57264C

Tints of Loulou #57264C

Color information

#57264C (or 0x57264C) is unknown color: approx Loulou. HEX triplet: 57, 26 and 4C. RGB value is (87,38,76). Sum of RGB (Red+Green+Blue) = 87+38+76=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57264C is #A8D9B3. Grayscale: #383838. Windows color (decimal): -11065780 or 4990551. OLE color: 4990551.

HSL color Cylindrical-coordinate representation of color #57264C: hue angle of 313.47º 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 #57264C is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB873876-
CMYK00.560.130.66
HSL313.47º39.2%24.51%-
HSV(B)313.47º56.32%34.12%-
XYZ5.933.937.28-
YUV56.98138.73149.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=43.28%
G=18.91%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87387600.560.130.66313.4739.224.51
Hex57264C038D421392719
Octal12746114070151024714731
Binary1010111100110100110001110001101100001010011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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