#8B0605

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

Shades of Dark Red #8B0605

Tints of Dark Red #8B0605

Color information

#8B0605 (or 0x8B0605) is unknown color: approx Dark Red. HEX triplet: 8B, 06 and 05. RGB value is (139,6,5). Sum of RGB (Red+Green+Blue) = 139+6+5=150 (19% of max value = 765). Red value is 139 (54.69% from 255 or 92.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0605 is #74F9FA. Grayscale: #2D2D2D. Windows color (decimal): -7666171 or 329355. OLE color: 329355.

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

Color convert

RGB13965-
CMYK00.960.960.45
HSL0.45º93.06%28.24%-
HSV(B)0.45º96.4%54.51%-
XYZ10.745.630.66-
YUV45.65105.06194.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 92.67%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=92.67%
G=4%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396500.960.960.450.4593.0628.24
Hex8B65060602D05d1c
Octal21365014014055013534
Binary100010111101010110000011000001011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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