#50274C

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

Shades of Loulou #50274C

Tints of Loulou #50274C

Color information

#50274C (or 0x50274C) is unknown color: approx Loulou. HEX triplet: 50, 27 and 4C. RGB value is (80,39,76). Sum of RGB (Red+Green+Blue) = 80+39+76=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50274C is #AFD8B3. Grayscale: #373737. Windows color (decimal): -11524276 or 4990800. OLE color: 4990800.

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

Color convert

RGB803976-
CMYK00.510.050.69
HSL305.85º34.45%23.33%-
HSV(B)305.85º51.25%31.37%-
XYZ5.343.687.27-
YUV55.48139.58145.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=41.03%
G=20%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80397600.510.050.69305.8534.4523.33
Hex50274C0335451322217
Octal1204711406351054624227
Binary101000010011110011000110011101100010110011001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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