#8D0F0B

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

Shades of Dark Red #8D0F0B

Tints of Dark Red #8D0F0B

Color information

#8D0F0B (or 0x8D0F0B) is unknown color: approx Dark Red. HEX triplet: 8D, 0F and 0B. RGB value is (141,15,11). Sum of RGB (Red+Green+Blue) = 141+15+11=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0F0B is #72F0F4. Grayscale: #343434. Windows color (decimal): -7532789 or 724877. OLE color: 724877.

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

Color convert

RGB1411511-
CMYK00.890.920.45
HSL1.85º85.53%29.8%-
HSV(B)1.85º92.2%55.29%-
XYZ11.226.030.89-
YUV52.22104.74191.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=84.43%
G=8.98%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141151100.890.920.451.8585.5329.8
Hex8DFB0595C2D2561e
Octal2151713013113455212636
Binary100011011111101101011001101110010110110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,15,11); }

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

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

 a { background-color: rgb(141,15,11); }

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

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

 span { border-color: rgb(141,15,11); }

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