#503947

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

Shades of Loulou #503947

Tints of Loulou #503947

Color information

#503947 (or 0x503947) is unknown color: approx Loulou. HEX triplet: 50, 39 and 47. RGB value is (80,57,71). Sum of RGB (Red+Green+Blue) = 80+57+71=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #503947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503947 is #AFC6B8. Grayscale: #414141. Windows color (decimal): -11519673 or 4667728. OLE color: 4667728.

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

Color convert

RGB805771-
CMYK00.290.110.69
HSL323.48º16.79%26.86%-
HSV(B)323.48º28.75%31.37%-
XYZ5.915.096.63-
YUV65.47131.12138.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=38.46%
G=27.40%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80577100.290.110.69323.4816.7926.86
Hex50394701DB45143111b
Octal12071107035131055032133
Binary10100001110011000111011101101110001011010000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503947; }

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

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

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

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

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

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

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

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