#50314A

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

Shades of Loulou #50314A

Tints of Loulou #50314A

Color information

#50314A (or 0x50314A) is unknown color: approx Loulou. HEX triplet: 50, 31 and 4A. RGB value is (80,49,74). Sum of RGB (Red+Green+Blue) = 80+49+74=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #50314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50314A is #AFCEB5. Grayscale: #3D3D3D. Windows color (decimal): -11521718 or 4862288. OLE color: 4862288.

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

Color convert

RGB804974-
CMYK00.390.080.69
HSL311.61º24.03%25.29%-
HSV(B)311.61º38.75%31.37%-
XYZ5.644.47.03-
YUV61.12135.27141.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=39.41%
G=24.14%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80497400.390.080.69311.6124.0325.29
Hex50314A0278451381819
Octal12061112047101054703031
Binary101000011000110010100100111100010001011001110001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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