#501545

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

Shades of Loulou #501545

Tints of Loulou #501545

Color information

#501545 (or 0x501545) is unknown color: approx Loulou. HEX triplet: 50, 15 and 45. RGB value is (80,21,69). Sum of RGB (Red+Green+Blue) = 80+21+69=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501545 is #AFEABA. Grayscale: #2B2B2B. Windows color (decimal): -11528891 or 4527440. OLE color: 4527440.

HSL color Cylindrical-coordinate representation of color #501545: hue angle of 311.19º 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 #501545 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB802169-
CMYK00.740.140.69
HSL311.19º58.42%19.8%-
HSV(B)311.19º73.75%31.37%-
XYZ4.652.675.9-
YUV44.11142.05153.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=47.06%
G=12.35%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80216900.740.140.69311.1958.4219.8
Hex50154504AE451373a14
Octal120251050112161054677224
Binary1010000101011000101010010101110100010110011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501545; }

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

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

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

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

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

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

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

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