#501F45

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

Shades of Loulou #501F45

Tints of Loulou #501F45

Color information

#501F45 (or 0x501F45) is unknown color: approx Loulou. HEX triplet: 50, 1F and 45. RGB value is (80,31,69). Sum of RGB (Red+Green+Blue) = 80+31+69=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #501F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F45 is #AFE0BA. Grayscale: #313131. Windows color (decimal): -11526331 or 4530000. OLE color: 4530000.

HSL color Cylindrical-coordinate representation of color #501F45: hue angle of 313.47º 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 #501F45 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB803169-
CMYK00.610.140.69
HSL313.47º44.14%21.76%-
HSV(B)313.47º61.25%31.37%-
XYZ4.873.125.97-
YUV49.98138.73149.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=44.44%
G=17.22%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80316900.610.140.69313.4744.1421.76
Hex501F4503DE451392c16
Octal12037105075161054715426
Binary101000011111100010101111011110100010110011100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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