#50264A

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

Shades of Loulou #50264A

Tints of Loulou #50264A

Color information

#50264A (or 0x50264A) is unknown color: approx Loulou. HEX triplet: 50, 26 and 4A. RGB value is (80,38,74). Sum of RGB (Red+Green+Blue) = 80+38+74=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50264A is #AFD9B5. Grayscale: #363636. Windows color (decimal): -11524534 or 4859472. OLE color: 4859472.

HSL color Cylindrical-coordinate representation of color #50264A: hue angle of 308.57º 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 #50264A is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB803874-
CMYK00.520.080.69
HSL308.57º35.59%23.14%-
HSV(B)308.57º52.5%31.37%-
XYZ5.243.596.89-
YUV54.66138.91146.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=41.67%
G=19.79%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80387400.520.080.69308.5735.5923.14
Hex50264A0348451352417
Octal12046112064101054654427
Binary1010000100110100101001101001000100010110011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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