#50234A

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

Shades of Loulou #50234A

Tints of Loulou #50234A

Color information

#50234A (or 0x50234A) is unknown color: approx Loulou. HEX triplet: 50, 23 and 4A. RGB value is (80,35,74). Sum of RGB (Red+Green+Blue) = 80+35+74=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50234A is #AFDCB5. Grayscale: #343434. Windows color (decimal): -11525302 or 4858704. OLE color: 4858704.

HSL color Cylindrical-coordinate representation of color #50234A: hue angle of 308º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50234A is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB803574-
CMYK00.560.080.69
HSL308º39.13%22.55%-
HSV(B)308º56.25%31.37%-
XYZ5.153.46.86-
YUV52.9139.91147.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=42.33%
G=18.52%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80357400.560.080.6930839.1322.55
Hex50234A0388451342717
Octal12043112070101054644727
Binary1010000100011100101001110001000100010110011010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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