#57274C

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

Shades of Loulou #57274C

Tints of Loulou #57274C

Color information

#57274C (or 0x57274C) is unknown color: approx Loulou. HEX triplet: 57, 27 and 4C. RGB value is (87,39,76). Sum of RGB (Red+Green+Blue) = 87+39+76=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57274C is #A8D8B3. Grayscale: #393939. Windows color (decimal): -11065524 or 4990807. OLE color: 4990807.

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

Color convert

RGB873976-
CMYK00.550.130.66
HSL313.75º38.1%24.71%-
HSV(B)313.75º55.17%34.12%-
XYZ5.9647.3-
YUV57.57138.4148.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=43.07%
G=19.31%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87397600.550.130.66313.7538.124.71
Hex57274C037D4213a2619
Octal12747114067151024724631
Binary1010111100111100110001101111101100001010011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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