#502046

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

Shades of Loulou #502046

Tints of Loulou #502046

Color information

#502046 (or 0x502046) is unknown color: approx Loulou. HEX triplet: 50, 20 and 46. RGB value is (80,32,70). Sum of RGB (Red+Green+Blue) = 80+32+70=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502046 is #AFDFB9. Grayscale: #323232. Windows color (decimal): -11526074 or 4595792. OLE color: 4595792.

HSL color Cylindrical-coordinate representation of color #502046: hue angle of 312.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502046 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB803270-
CMYK00.600.120.69
HSL312.5º42.86%21.96%-
HSV(B)312.5º60%31.37%-
XYZ4.933.186.15-
YUV50.68138.9148.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=43.96%
G=17.58%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80327000.600.120.69312.542.8621.96
Hex50204603CC451382b16
Octal12040106074141054705326
Binary1010000100000100011001111001100100010110011100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502046; }

 p { color: rgb(80,32,70); }

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

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

 a { background-color: rgb(80,32,70); }

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

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

 span { border-color: rgb(80,32,70); }

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