#8D0501

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

Shades of Dark Red #8D0501

Tints of Dark Red #8D0501

Color information

#8D0501 (or 0x8D0501) is unknown color: approx Dark Red. HEX triplet: 8D, 05 and 01. RGB value is (141,5,1). Sum of RGB (Red+Green+Blue) = 141+5+1=147 (19% of max value = 765). Red value is 141 (55.47% from 255 or 95.92% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0501 is #72FAFE. Grayscale: #2D2D2D. Windows color (decimal): -7535359 or 66957. OLE color: 66957.

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

Color convert

RGB14151-
CMYK00.960.990.45
HSL1.71º98.59%27.84%-
HSV(B)1.71º99.29%55.29%-
XYZ11.045.770.56-
YUV45.21103.06196.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 95.92%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=95.92%
G=3.40%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415100.960.990.451.7198.5927.84
Hex8D51060632D2631c
Octal21551014014355214334
Binary10001101101101100000110001110110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,1); }

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

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

 a { background-color: rgb(141,5,1); }

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

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

 span { border-color: rgb(141,5,1); }

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