#502240

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

Shades of Loulou #502240

Tints of Loulou #502240

Color information

#502240 (or 0x502240) is unknown color: approx Loulou. HEX triplet: 50, 22 and 40. RGB value is (80,34,64). Sum of RGB (Red+Green+Blue) = 80+34+64=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502240 is #AFDDBF. Grayscale: #333333. Windows color (decimal): -11525568 or 4203088. OLE color: 4203088.

HSL color Cylindrical-coordinate representation of color #502240: hue angle of 320.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502240 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB803464-
CMYK00.580.200.69
HSL320.87º40.35%22.35%-
HSV(B)320.87º57.5%31.37%-
XYZ4.813.225.22-
YUV51.17135.24148.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=44.94%
G=19.10%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80346400.580.200.69320.8740.3522.35
Hex50224003A14451412816
Octal12042100072241055015026
Binary10100001000101000000011101010100100010110100000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502240; }

 p { color: rgb(80,34,64); }

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

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

 a { background-color: rgb(80,34,64); }

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

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

 span { border-color: rgb(80,34,64); }

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