#502E49

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

Shades of Loulou #502E49

Tints of Loulou #502E49

Color information

#502E49 (or 0x502E49) is unknown color: approx Loulou. HEX triplet: 50, 2E and 49. RGB value is (80,46,73). Sum of RGB (Red+Green+Blue) = 80+46+73=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #502E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E49 is #AFD1B6. Grayscale: #3B3B3B. Windows color (decimal): -11522487 or 4795984. OLE color: 4795984.

HSL color Cylindrical-coordinate representation of color #502E49: hue angle of 312.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E49 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB804673-
CMYK00.420.090.69
HSL312.35º26.98%24.71%-
HSV(B)312.35º42.5%31.37%-
XYZ5.494.146.81-
YUV59.24135.76142.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=40.20%
G=23.12%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80467300.420.090.69312.3526.9824.71
Hex502E4902A9451381b19
Octal12056111052111054703331
Binary101000010111010010010101010100110001011001110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E49; }

 p { color: rgb(80,46,73); }

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

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

 a { background-color: rgb(80,46,73); }

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

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

 span { border-color: rgb(80,46,73); }

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