#8B0D0A

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

Shades of Dark Red #8B0D0A

Tints of Dark Red #8B0D0A

Color information

#8B0D0A (or 0x8B0D0A) is unknown color: approx Dark Red. HEX triplet: 8B, 0D and 0A. RGB value is (139,13,10). Sum of RGB (Red+Green+Blue) = 139+13+10=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D0A is #74F2F5. Grayscale: #323232. Windows color (decimal): -7664374 or 658827. OLE color: 658827.

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

Color convert

RGB1391310-
CMYK00.910.930.45
HSL1.4º86.58%29.22%-
HSV(B)1.4º92.81%54.51%-
XYZ10.855.80.83-
YUV50.33105.24191.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 85.80%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=85.80%
G=8.02%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139131000.910.930.451.486.5829.22
Hex8BDA05B5D2D1571d
Octal2131512013313555112735
Binary10001011110110100101101110111011011011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,10); }

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

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

 a { background-color: rgb(139,13,10); }

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

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

 span { border-color: rgb(139,13,10); }

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