#50394A

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

Shades of Loulou #50394A

Tints of Loulou #50394A

Color information

#50394A (or 0x50394A) is unknown color: approx Loulou. HEX triplet: 50, 39 and 4A. RGB value is (80,57,74). Sum of RGB (Red+Green+Blue) = 80+57+74=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50394A is #AFC6B5. Grayscale: #414141. Windows color (decimal): -11519670 or 4864336. OLE color: 4864336.

HSL color Cylindrical-coordinate representation of color #50394A: hue angle of 315.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50394A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB805774-
CMYK00.290.080.69
HSL315.65º16.79%26.86%-
HSV(B)315.65º28.75%31.37%-
XYZ6.015.137.15-
YUV65.82132.62138.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=37.91%
G=27.01%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80577400.290.080.69315.6516.7926.86
Hex50394A01D84513c111b
Octal12071112035101054742133
Binary10100001110011001010011101100010001011001111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50394A; }

 p { color: rgb(80,57,74); }

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

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

 a { background-color: rgb(80,57,74); }

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

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

 span { border-color: rgb(80,57,74); }

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