#50304D

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

Shades of Loulou #50304D

Tints of Loulou #50304D

Color information

#50304D (or 0x50304D) is unknown color: approx Loulou. HEX triplet: 50, 30 and 4D. RGB value is (80,48,77). Sum of RGB (Red+Green+Blue) = 80+48+77=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50304D is #AFCFB2. Grayscale: #3C3C3C. Windows color (decimal): -11521971 or 5058640. OLE color: 5058640.

HSL color Cylindrical-coordinate representation of color #50304D: hue angle of 305.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50304D is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB804877-
CMYK00.400.040.69
HSL305.62º25%25.1%-
HSV(B)305.62º40%31.37%-
XYZ5.74.367.56-
YUV60.87137.1141.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=39.02%
G=23.41%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487700.400.040.69305.622525.1
Hex50304D0284451321919
Octal1206011505041054623131
Binary10100001100001001101010100010010001011001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50304D; }

 p { color: rgb(80,48,77); }

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

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

 a { background-color: rgb(80,48,77); }

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

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

 span { border-color: rgb(80,48,77); }

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