#502E46

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

Shades of Loulou #502E46

Tints of Loulou #502E46

Color information

#502E46 (or 0x502E46) is unknown color: approx Loulou. HEX triplet: 50, 2E and 46. RGB value is (80,46,70). Sum of RGB (Red+Green+Blue) = 80+46+70=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #502E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E46 is #AFD1B9. Grayscale: #3A3A3A. Windows color (decimal): -11522490 or 4599376. OLE color: 4599376.

HSL color Cylindrical-coordinate representation of color #502E46: hue angle of 317.65º 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 #502E46 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB804670-
CMYK00.420.120.69
HSL317.65º26.98%24.71%-
HSV(B)317.65º42.5%31.37%-
XYZ5.394.16.3-
YUV58.9134.26143.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=40.82%
G=23.47%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80467000.420.120.69317.6526.9824.71
Hex502E4602AC4513e1b19
Octal12056106052141054763331
Binary101000010111010001100101010110010001011001111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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