#50264C

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

Shades of Loulou #50264C

Tints of Loulou #50264C

Color information

#50264C (or 0x50264C) is unknown color: approx Loulou. HEX triplet: 50, 26 and 4C. RGB value is (80,38,76). Sum of RGB (Red+Green+Blue) = 80+38+76=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50264C is #AFD9B3. Grayscale: #363636. Windows color (decimal): -11524532 or 4990544. OLE color: 4990544.

HSL color Cylindrical-coordinate representation of color #50264C: hue angle of 305.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50264C is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB803876-
CMYK00.520.050.69
HSL305.71º35.59%23.14%-
HSV(B)305.71º52.5%31.37%-
XYZ5.313.617.26-
YUV54.89139.91145.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=41.24%
G=19.59%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80387600.520.050.69305.7135.5923.14
Hex50264C0345451322417
Octal1204611406451054624427
Binary101000010011010011000110100101100010110011001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50264C; }

 p { color: rgb(80,38,76); }

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

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

 a { background-color: rgb(80,38,76); }

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

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

 span { border-color: rgb(80,38,76); }

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