#502E43

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

Shades of Loulou #502E43

Tints of Loulou #502E43

Color information

#502E43 (or 0x502E43) is unknown color: approx Loulou. HEX triplet: 50, 2E and 43. RGB value is (80,46,67). Sum of RGB (Red+Green+Blue) = 80+46+67=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E43 is #AFD1BC. Grayscale: #3A3A3A. Windows color (decimal): -11522493 or 4402768. OLE color: 4402768.

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

Color convert

RGB804667-
CMYK00.420.160.69
HSL322.94º26.98%24.71%-
HSV(B)322.94º42.5%31.37%-
XYZ5.34.065.82-
YUV58.56132.76143.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=41.45%
G=23.83%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80466700.420.160.69322.9426.9824.71
Hex502E4302A10451431b19
Octal12056103052201055033331
Binary1010000101110100001101010101000010001011010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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