#503747

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

Shades of Loulou #503747

Tints of Loulou #503747

Color information

#503747 (or 0x503747) is unknown color: approx Loulou. HEX triplet: 50, 37 and 47. RGB value is (80,55,71). Sum of RGB (Red+Green+Blue) = 80+55+71=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #503747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503747 is #AFC8B8. Grayscale: #404040. Windows color (decimal): -11520185 or 4667216. OLE color: 4667216.

HSL color Cylindrical-coordinate representation of color #503747: hue angle of 321.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #503747 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB805571-
CMYK00.310.110.69
HSL321.6º18.52%26.47%-
HSV(B)321.6º31.25%31.37%-
XYZ5.814.896.6-
YUV64.3131.78139.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=38.83%
G=26.70%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80557100.310.110.69321.618.5226.47
Hex50374701FB45142131a
Octal12067107037131055022332
Binary10100001101111000111011111101110001011010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503747; }

 p { color: rgb(80,55,71); }

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

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

 a { background-color: rgb(80,55,71); }

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

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

 span { border-color: rgb(80,55,71); }

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