Color Hex Logo

#501519 Color Hex

#501519
(80,21,25)
0 Favorites   0 Comments

Color spaces of #501519

RGB 802125
HSL0.990.580.20
HSV356°74°31°
CMYK 0.000.740.69   0.69
XYZ3.75192.31201.1682
Yxy2.31200.51880.3197
Hunter Lab15.205317.43576.0885
CIE-Lab17.046127.804812.8649

#501519 color RGB value is (80,21,25).

#501519 hex color red value is 80, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #501519 hue: 0.99 , saturation: 0.58 and the lightness value of 501519 is 0.20.

The process color (four color CMYK) of #501519 color hex is 0.00, 0.74, 0.69, 0.69. Web safe color of #501519 is #660000. Color #501519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 00011001
Octal 120 25 31
Decimal 80 21 25
Hex 50 15 19

RGB Percentages of Color #501519

%63.49
%16.67
%19.84

CMYK Percentages of Color #501519

%0
%74
%69
%69

Triadic Colors of #501519

#501519 #195015 #151950

Analogous Colors of #501519

#501519 #502f15 #501537

Monochromatic Colors of #501519

#501519

Complementary Color

#501519 #15504c

#501519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501519 Color CSS Codes

.mybgcolor {background-color:#501519; } 
.myforecolor {color:#501519; }
.mybordercolor {border:3px solid #501519; }

#501519 Text Font Color

<p style="color:#501519">Text here</p>

This sample text font color is #501519
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#501519 Background Color

<div style="background-color:#501519">
Div content here</div>

This div background color is #501519


#501519 Border Color

<div style="border:3px solid #501519">
Div here</div>

This div border color is #501519


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,21,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501519; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501519;
  -webkit-box-shadow: 1px 1px 3px 2px #501519;
  box-shadow:         1px 1px 3px 2px #501519; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,21,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #501519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #501519;
  -webkit-box-shadow: 1px 1px 3px 2px #501519;
  box-shadow:         1px 1px 3px 2px #501519;">
Div content here</div>

This div box has shadow with color #501519


Comments

No comments written yet.

Please login to write comment.