#8B0805

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

Shades of Dark Red #8B0805

Tints of Dark Red #8B0805

Color information

#8B0805 (or 0x8B0805) is unknown color: approx Dark Red. HEX triplet: 8B, 08 and 05. RGB value is (139,8,5). Sum of RGB (Red+Green+Blue) = 139+8+5=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0805 is #74F7FA. Grayscale: #2E2E2E. Windows color (decimal): -7665659 or 329867. OLE color: 329867.

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

Color convert

RGB13985-
CMYK00.940.960.45
HSL1.34º93.06%28.24%-
HSV(B)1.34º96.4%54.51%-
XYZ10.765.670.67-
YUV46.83104.4193.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 91.45%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=91.45%
G=5.26%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398500.940.960.451.3493.0628.24
Hex8B8505E602D15d1c
Octal213105013614055113534
Binary1000101110001010101111011000001011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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