Color Hex Logo

#800000 Color Hex

#800000
(128,0,0)
240 Favorites   8 Comments

Color spaces of #800000

RGB 12800
HSL0.001.000.25
HSV100°50°
CMYK 0.001.001.00   0.50
XYZ8.90214.58920.4166
Yxy4.58920.64010.3300
Hunter Lab21.422436.686613.8427
CIE-Lab25.530848.055338.0598

#800000 color RGB value is (128,0,0).

#800000 hex color red value is 128, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #800000 hue: 0.00 , saturation: 1.00 and the lightness value of 800000 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 00000000
Octal 200 0 0
Decimal 128 0 0
Hex 80 0 0

RGB Percentages of Color #800000

%100.00
%0.00
%0.00

CMYK Percentages of Color #800000

%0
%100
%100
%50

Triadic Colors of #800000

#800000 #008000 #000080

Analogous Colors of #800000

#800000 #804000 #800040

Monochromatic Colors of #800000

#800000

Complementary Color

#800000 #008080

#800000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800000 Color CSS Codes

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

#800000 Text Font Color

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

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


#800000 Background Color

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

This div background color is #800000


#800000 Border Color

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

This div border color is #800000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800000


Comments

21 Jan 2023, 22:28 catqueenh_2

teal is the complimentory color

21 Jan 2023, 1:41 catqueenh_2

no, search brown and you get maroon. this is dark red

1 Dec 2022, 14:36 trixy4063

maroon, my fav color!! it reminds me of maroon5.

23 Mar 2021, 13:32 Araneo_boi

B L O O D

8 Sep 2020, 1:27 PeachyPallates

Nice!

29 Jun 2019, 13:26 Lophura

Per Wikipedia - this is Maroon.

25 Oct 2015, 9:18 TheGreenCowgirl

It's kinda burgundy, but still red.

7 Jul 2014, 11:19 (guest)

This is RED, but is more like a vampire red

Please login to write comment.