#57274F

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

Shades of Loulou #57274F

Tints of Loulou #57274F

Color information

#57274F (or 0x57274F) is unknown color: approx Loulou. HEX triplet: 57, 27 and 4F. RGB value is (87,39,79). Sum of RGB (Red+Green+Blue) = 87+39+79=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57274F is #A8D8B0. Grayscale: #393939. Windows color (decimal): -11065521 or 5187415. OLE color: 5187415.

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

Color convert

RGB873979-
CMYK00.550.090.66
HSL310º38.1%24.71%-
HSV(B)310º55.17%34.12%-
XYZ6.074.047.86-
YUV57.91139.9148.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=42.44%
G=19.02%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87397900.550.090.6631038.124.71
Hex57274F0379421362619
Octal12747117067111024664631
Binary1010111100111100111101101111001100001010011011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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