#57274A

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

Shades of Loulou #57274A

Tints of Loulou #57274A

Color information

#57274A (or 0x57274A) is unknown color: approx Loulou. HEX triplet: 57, 27 and 4A. RGB value is (87,39,74). Sum of RGB (Red+Green+Blue) = 87+39+74=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57274A is #A8D8B5. Grayscale: #393939. Windows color (decimal): -11065526 or 4859735. OLE color: 4859735.

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

Color convert

RGB873974-
CMYK00.550.150.66
HSL316.25º38.1%24.71%-
HSV(B)316.25º55.17%34.12%-
XYZ5.893.976.93-
YUV57.34137.4149.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=43.5%
G=19.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87397400.550.150.66316.2538.124.71
Hex57274A037F4213c2619
Octal12747112067171024744631
Binary1010111100111100101001101111111100001010011110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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