#8D1007

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

Shades of Dark Red #8D1007

Tints of Dark Red #8D1007

Color information

#8D1007 (or 0x8D1007) is unknown color: approx Dark Red. HEX triplet: 8D, 10 and 07. RGB value is (141,16,7). Sum of RGB (Red+Green+Blue) = 141+16+7=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1007 is #72EFF8. Grayscale: #343434. Windows color (decimal): -7532537 or 462989. OLE color: 462989.

HSL color Cylindrical-coordinate representation of color #8D1007: hue angle of 4.03º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D1007 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB141167-
CMYK00.890.950.45
HSL4.03º90.54%29.02%-
HSV(B)4.03º95.04%55.29%-
XYZ11.216.050.78-
YUV52.35102.41191.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 85.98%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=85.98%
G=9.76%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14116700.890.950.454.0390.5429.02
Hex8D1070595F2D45b1d
Octal215207013113755413335
Binary1000110110000111010110011011111101101100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,7); }

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

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

 a { background-color: rgb(141,16,7); }

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

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

 span { border-color: rgb(141,16,7); }

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