#50224C

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

Shades of Loulou #50224C

Tints of Loulou #50224C

Color information

#50224C (or 0x50224C) is unknown color: approx Loulou. HEX triplet: 50, 22 and 4C. RGB value is (80,34,76). Sum of RGB (Red+Green+Blue) = 80+34+76=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50224C is #AFDDB3. Grayscale: #343434. Windows color (decimal): -11525556 or 4989520. OLE color: 4989520.

HSL color Cylindrical-coordinate representation of color #50224C: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50224C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB803476-
CMYK00.580.050.69
HSL305.22º40.35%22.35%-
HSV(B)305.22º57.5%31.37%-
XYZ5.183.377.21-
YUV52.54141.24147.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 76 (30.08% from 255) = 40%
R=42.11%
G=17.89%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80347600.580.050.69305.2240.3522.35
Hex50224C03A5451312816
Octal1204211407251054615026
Binary101000010001010011000111010101100010110011000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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