#503146

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

Shades of Loulou #503146

Tints of Loulou #503146

Color information

#503146 (or 0x503146) is unknown color: approx Loulou. HEX triplet: 50, 31 and 46. RGB value is (80,49,70). Sum of RGB (Red+Green+Blue) = 80+49+70=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503146 is #AFCEB9. Grayscale: #3C3C3C. Windows color (decimal): -11521722 or 4600144. OLE color: 4600144.

HSL color Cylindrical-coordinate representation of color #503146: hue angle of 319.35º 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 #503146 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB804970-
CMYK00.390.120.69
HSL319.35º24.03%25.29%-
HSV(B)319.35º38.75%31.37%-
XYZ5.514.346.34-
YUV60.66133.27141.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=40.20%
G=24.62%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80497000.390.120.69319.3524.0325.29
Hex503146027C4513f1819
Octal12061106047141054773031
Binary101000011000110001100100111110010001011001111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503146; }

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

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

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

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

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

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

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

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