#502B47

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

Shades of Loulou #502B47

Tints of Loulou #502B47

Color information

#502B47 (or 0x502B47) is unknown color: approx Loulou. HEX triplet: 50, 2B and 47. RGB value is (80,43,71). Sum of RGB (Red+Green+Blue) = 80+43+71=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #502B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B47 is #AFD4B8. Grayscale: #393939. Windows color (decimal): -11523257 or 4664144. OLE color: 4664144.

HSL color Cylindrical-coordinate representation of color #502B47: hue angle of 314.59º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B47 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB804371-
CMYK00.460.110.69
HSL314.59º30.08%24.12%-
HSV(B)314.59º46.25%31.37%-
XYZ5.313.896.43-
YUV57.26135.76144.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=41.24%
G=22.16%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80437100.460.110.69314.5930.0824.12
Hex502B4702EB4513b1e18
Octal12053107056131054733630
Binary101000010101110001110101110101110001011001110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,71); }

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

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

 a { background-color: rgb(80,43,71); }

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

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

 span { border-color: rgb(80,43,71); }

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