#8b0f04

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

Shades of Dark Red #8B0F04

Tints of Dark Red #8B0F04

Color information

#8B0F04 (or 0x8B0F04) is unknown color: approx Dark Red. HEX triplet: 8B, 0F and 04. RGB value is (139,15,4). Sum of RGB (Red+Green+Blue) = 139+15+4=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0F04 is #74F0FB. Grayscale: #323232. Windows color (decimal): -7663868 or 266123. OLE color: 266123.

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

Color convert

RGB139154-
CMYK00.890.970.45
HSL4.89º94.41%28.04%-
HSV(B)4.89º97.12%54.51%-
XYZ10.845.840.67-
YUV50.82101.58190.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.97%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=87.97%
G=9.49%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13915400.890.970.454.8994.4128.04
Hex8BF4059612D55e1c
Octal213174013114155513634
Binary100010111111100010110011100001101101101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0f04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,4); }

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

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

 a { background-color: rgb(139,15,4); }

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

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

 span { border-color: rgb(139,15,4); }

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