#501E4B

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

Shades of Loulou #501E4B

Tints of Loulou #501E4B

Color information

#501E4B (or 0x501E4B) is unknown color: approx Loulou. HEX triplet: 50, 1E and 4B. RGB value is (80,30,75). Sum of RGB (Red+Green+Blue) = 80+30+75=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E4B is #AFE1B4. Grayscale: #313131. Windows color (decimal): -11526581 or 4922960. OLE color: 4922960.

HSL color Cylindrical-coordinate representation of color #501E4B: hue angle of 306º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E4B is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB803075-
CMYK00.620.060.69
HSL306º45.45%21.57%-
HSV(B)306º62.5%31.37%-
XYZ5.043.147-
YUV50.08142.06149.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=43.24%
G=16.22%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80307500.620.060.6930645.4521.57
Hex501E4B03E6451322d16
Octal1203611307661054625526
Binary10100001111010010110111110110100010110011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E4B; }

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

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

<style>
 a { background-color: #501E4B; }

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

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

<style>
 span { border-color: #501E4B; }

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

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