#502C49

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

Shades of Loulou #502C49

Tints of Loulou #502C49

Color information

#502C49 (or 0x502C49) is unknown color: approx Loulou. HEX triplet: 50, 2C and 49. RGB value is (80,44,73). Sum of RGB (Red+Green+Blue) = 80+44+73=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #502C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C49 is #AFD3B6. Grayscale: #393939. Windows color (decimal): -11522999 or 4795472. OLE color: 4795472.

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

Color convert

RGB804473-
CMYK00.450.090.69
HSL311.67º29.03%24.31%-
HSV(B)311.67º45%31.37%-
XYZ5.413.996.79-
YUV58.07136.43143.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=40.61%
G=22.34%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80447300.450.090.69311.6729.0324.31
Hex502C4902D9451381d18
Octal12054111055111054703530
Binary101000010110010010010101101100110001011001110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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