#503147

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

Shades of Loulou #503147

Tints of Loulou #503147

Color information

#503147 (or 0x503147) is unknown color: approx Loulou. HEX triplet: 50, 31 and 47. RGB value is (80,49,71). Sum of RGB (Red+Green+Blue) = 80+49+71=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503147 is #AFCEB8. Grayscale: #3C3C3C. Windows color (decimal): -11521721 or 4665680. OLE color: 4665680.

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

Color convert

RGB804971-
CMYK00.390.110.69
HSL317.42º24.03%25.29%-
HSV(B)317.42º38.75%31.37%-
XYZ5.544.366.51-
YUV60.78133.77141.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=40%
G=24.5%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80497100.390.110.69317.4224.0325.29
Hex503147027B4513d1819
Octal12061107047131054753031
Binary101000011000110001110100111101110001011001111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503147; }

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

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

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

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

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

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

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

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