#503047

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

Shades of Loulou #503047

Tints of Loulou #503047

Color information

#503047 (or 0x503047) is unknown color: approx Loulou. HEX triplet: 50, 30 and 47. RGB value is (80,48,71). Sum of RGB (Red+Green+Blue) = 80+48+71=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503047 is #AFCFB8. Grayscale: #3C3C3C. Windows color (decimal): -11521977 or 4665424. OLE color: 4665424.

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

Color convert

RGB804871-
CMYK00.400.110.69
HSL316.88º25%25.1%-
HSV(B)316.88º40%31.37%-
XYZ5.54.276.5-
YUV60.19134.1142.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=40.20%
G=24.12%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487100.400.110.69316.882525.1
Hex503047028B4513d1919
Octal12060107050131054753131
Binary101000011000010001110101000101110001011001111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503047; }

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

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

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

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

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

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

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

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