#8B0B09

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

Shades of Dark Red #8B0B09

Tints of Dark Red #8B0B09

Color information

#8B0B09 (or 0x8B0B09) is unknown color: approx Dark Red. HEX triplet: 8B, 0B and 09. RGB value is (139,11,9). Sum of RGB (Red+Green+Blue) = 139+11+9=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B09 is #74F4F6. Grayscale: #313131. Windows color (decimal): -7664887 or 592779. OLE color: 592779.

HSL color Cylindrical-coordinate representation of color #8B0B09: hue angle of 0.92º degrees, saturation: 0.88, 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 #8B0B09 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB139119-
CMYK00.920.940.45
HSL0.92º87.84%29.02%-
HSV(B)0.92º93.53%54.51%-
XYZ10.825.750.8-
YUV49.04105.41192.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.42%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=87.42%
G=6.92%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911900.920.940.450.9287.8429.02
Hex8BB905C5E2D1581d
Octal2131311013413655113035
Binary10001011101110010101110010111101011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,11,9); }

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

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

 a { background-color: rgb(139,11,9); }

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

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

 span { border-color: rgb(139,11,9); }

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