#8D0400

Color #8D0400 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #8D0400

Tints of Dark Red #8D0400

Color information

#8D0400 (or 0x8D0400) is unknown color: approx Dark Red. HEX triplet: 8D, 04 and 00. RGB value is (141,4,0). Sum of RGB (Red+Green+Blue) = 141+4+0=145 (19% of max value = 765). Red value is 141 (55.47% from 255 or 97.24% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0400 is #72FBFF. Grayscale: #2C2C2C. Windows color (decimal): -7535616 or 1165. OLE color: 1165.

HSL color Cylindrical-coordinate representation of color #8D0400: hue angle of 1.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0400 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB14140-
CMYK00.9710.45
HSL1.7º100%27.65%-
HSV(B)1.7º100%55.29%-
XYZ11.035.750.53-
YUV44.51102.89196.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 97.24%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.24%
G=2.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414000.9710.451.710027.65
Hex8D40061642D2641c
Octal21540014114455214434
Binary10001101100001100001110010010110110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0400; }

 p { color: rgb(141,4,0); }

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

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

 a { background-color: rgb(141,4,0); }

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

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

 span { border-color: rgb(141,4,0); }

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