#50154B

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

Shades of Loulou #50154B

Tints of Loulou #50154B

Color information

#50154B (or 0x50154B) is unknown color: approx Loulou. HEX triplet: 50, 15 and 4B. RGB value is (80,21,75). Sum of RGB (Red+Green+Blue) = 80+21+75=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50154B is #AFEAB4. Grayscale: #2C2C2C. Windows color (decimal): -11528885 or 4920656. OLE color: 4920656.

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

Color convert

RGB802175-
CMYK00.740.060.69
HSL305.08º58.42%19.8%-
HSV(B)305.08º73.75%31.37%-
XYZ4.852.756.93-
YUV44.8145.05153.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=45.45%
G=11.93%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80217500.740.060.69305.0858.4219.8
Hex50154B04A6451313a14
Octal12025113011261054617224
Binary101000010101100101101001010110100010110011000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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