Color Hex Logo

#801819 Color Hex

#801819
(128,24,25)
0 Favorites   0 Comments

Color spaces of #801819

RGB 1282425
HSL1.000.680.30
HSV359°81°50°
CMYK 0.000.810.80   0.50
XYZ9.40425.31261.4495
Yxy5.31260.58170.3286
Hunter Lab23.049132.493512.4058
CIE-Lab27.607443.295627.7847

#801819 color RGB value is (128,24,25).

#801819 hex color red value is 128, green value is 24 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #801819 hue: 1.00 , saturation: 0.68 and the lightness value of 801819 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 00011001
Octal 200 30 31
Decimal 128 24 25
Hex 80 18 19

RGB Percentages of Color #801819

%72.32
%13.56
%14.12

CMYK Percentages of Color #801819

%0
%81
%80
%50

Triadic Colors of #801819

#801819 #198018 #181980

Analogous Colors of #801819

#801819 #804b18 #80184d

Monochromatic Colors of #801819

#801819

Complementary Color

#801819 #18807f

#801819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801819 Color CSS Codes

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

#801819 Text Font Color

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

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


#801819 Background Color

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

This div background color is #801819


#801819 Border Color

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

This div border color is #801819


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,24,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 #801819">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801819


Comments

No comments written yet.

Please login to write comment.