#502C44

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

Shades of Loulou #502C44

Tints of Loulou #502C44

Color information

#502C44 (or 0x502C44) is unknown color: approx Loulou. HEX triplet: 50, 2C and 44. RGB value is (80,44,68). Sum of RGB (Red+Green+Blue) = 80+44+68=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #502C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C44 is #AFD3BB. Grayscale: #393939. Windows color (decimal): -11523004 or 4467792. OLE color: 4467792.

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

Color convert

RGB804468-
CMYK00.450.150.69
HSL320º29.03%24.31%-
HSV(B)320º45%31.37%-
XYZ5.253.925.95-
YUV57.5133.93144.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=41.67%
G=22.92%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80446800.450.150.6932029.0324.31
Hex502C4402DF451401d18
Octal12054104055171055003530
Binary101000010110010001000101101111110001011010000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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