#501F47

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

Shades of Loulou #501F47

Tints of Loulou #501F47

Color information

#501F47 (or 0x501F47) is unknown color: approx Loulou. HEX triplet: 50, 1F and 47. RGB value is (80,31,71). Sum of RGB (Red+Green+Blue) = 80+31+71=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F47 is #AFE0B8. Grayscale: #323232. Windows color (decimal): -11526329 or 4661072. OLE color: 4661072.

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

Color convert

RGB803171-
CMYK00.610.110.69
HSL311.02º44.14%21.76%-
HSV(B)311.02º61.25%31.37%-
XYZ4.943.146.31-
YUV50.21139.73149.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=43.96%
G=17.03%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80317100.610.110.69311.0244.1421.76
Hex501F4703DB451372c16
Octal12037107075131054675426
Binary101000011111100011101111011011100010110011011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F47; }

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

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

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

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

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

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

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

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