#50324C

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

Shades of Loulou #50324C

Tints of Loulou #50324C

Color information

#50324C (or 0x50324C) is unknown color: approx Loulou. HEX triplet: 50, 32 and 4C. RGB value is (80,50,76). Sum of RGB (Red+Green+Blue) = 80+50+76=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50324C is #AFCDB3. Grayscale: #3D3D3D. Windows color (decimal): -11521460 or 4993616. OLE color: 4993616.

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

Color convert

RGB805076-
CMYK00.370.050.69
HSL308º23.08%25.49%-
HSV(B)308º37.5%31.37%-
XYZ5.754.517.4-
YUV61.93135.94140.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=38.83%
G=24.27%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80507600.370.050.6930823.0825.49
Hex50324C0255451341719
Octal1206211404551054642731
Binary10100001100101001100010010110110001011001101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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