#501742

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

Shades of Loulou #501742

Tints of Loulou #501742

Color information

#501742 (or 0x501742) is unknown color: approx Loulou. HEX triplet: 50, 17 and 42. RGB value is (80,23,66). Sum of RGB (Red+Green+Blue) = 80+23+66=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501742 is #AFE8BD. Grayscale: #2C2C2C. Windows color (decimal): -11528382 or 4331344. OLE color: 4331344.

HSL color Cylindrical-coordinate representation of color #501742: hue angle of 314.74º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501742 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB802366-
CMYK00.710.170.69
HSL314.74º55.34%20.2%-
HSV(B)314.74º71.25%31.37%-
XYZ4.62.715.44-
YUV44.94139.88153-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=47.34%
G=13.61%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80236600.710.170.69314.7455.3420.2
Hex501742047114513b3714
Octal120271020107211054736724
Binary10100001011110000100100011110001100010110011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501742; }

 p { color: rgb(80,23,66); }

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

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

 a { background-color: rgb(80,23,66); }

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

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

 span { border-color: rgb(80,23,66); }

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