Color Hex Logo

#801915 Color Hex

#801915
(128,25,21)
1 Favorites   0 Comments

Color spaces of #801915

RGB 1282521
HSL0.010.720.29
HSV84°50°
CMYK 0.000.800.84   0.50
XYZ9.38515.33861.2453
Yxy5.33860.58770.3343
Hunter Lab23.105432.069812.9783
CIE-Lab27.678442.832830.2466

#801915 color RGB value is (128,25,21).

#801915 hex color red value is 128, green value is 25 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #801915 hue: 0.01 , saturation: 0.72 and the lightness value of 801915 is 0.29.

The process color (four color CMYK) of #801915 color hex is 0.00, 0.80, 0.84, 0.50. Web safe color of #801915 is #990000. Color #801915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 00010101
Octal 200 31 25
Decimal 128 25 21
Hex 80 19 15

RGB Percentages of Color #801915

%73.56
%14.37
%12.07

CMYK Percentages of Color #801915

%0
%80
%84
%50

Triadic Colors of #801915

#801915 #158019 #191580

Analogous Colors of #801915

#801915 #804e15 #801547

Monochromatic Colors of #801915

#801915

Complementary Color

#801915 #157c80

#801915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801915 Color CSS Codes

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

#801915 Text Font Color

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

This sample text font color is #801915
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.


#801915 Background Color

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

This div background color is #801915


#801915 Border Color

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

This div border color is #801915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801915

#801915 Color Palettes


Comments

No comments written yet.

Please login to write comment.