#50194B

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

Shades of Loulou #50194B

Tints of Loulou #50194B

Color information

#50194B (or 0x50194B) is unknown color: approx Loulou. HEX triplet: 50, 19 and 4B. RGB value is (80,25,75). Sum of RGB (Red+Green+Blue) = 80+25+75=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50194B is #AFE6B4. Grayscale: #2F2F2F. Windows color (decimal): -11527861 or 4921680. OLE color: 4921680.

HSL color Cylindrical-coordinate representation of color #50194B: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50194B is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB802575-
CMYK00.690.060.69
HSL305.45º52.38%20.59%-
HSV(B)305.45º68.75%31.37%-
XYZ4.932.916.96-
YUV47.14143.72151.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=44.44%
G=13.89%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80257500.690.060.69305.4552.3820.59
Hex50194B0456451313415
Octal12031113010561054616425
Binary101000011001100101101000101110100010110011000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50194B; }

 p { color: rgb(80,25,75); }

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

<style>
 a { background-color: #50194B; }

 a { background-color: rgb(80,25,75); }

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

<style>
 span { border-color: #50194B; }

 span { border-color: rgb(80,25,75); }

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