#8B1208

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

Shades of Dark Red #8B1208

Tints of Dark Red #8B1208

Color information

#8B1208 (or 0x8B1208) is unknown color: approx Dark Red. HEX triplet: 8B, 12 and 08. RGB value is (139,18,8). Sum of RGB (Red+Green+Blue) = 139+18+8=165 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.24% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1208 is #74EDF7. Grayscale: #353535. Windows color (decimal): -7663096 or 529035. OLE color: 529035.

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

Color convert

RGB139188-
CMYK00.870.940.45
HSL4.58º89.12%28.82%-
HSV(B)4.58º94.24%54.51%-
XYZ10.915.940.8-
YUV53.04102.59189.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.24%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=84.24%
G=10.91%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13918800.870.940.454.5889.1228.82
Hex8B1280575E2D5591d
Octal2132210012713655513135
Binary10001011100101000010101111011110101101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,8); }

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

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

 a { background-color: rgb(139,18,8); }

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

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

 span { border-color: rgb(139,18,8); }

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