#8B1501

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

Shades of Dark Red #8B1501

Tints of Dark Red #8B1501

Color information

#8B1501 (or 0x8B1501) is unknown color: approx Dark Red. HEX triplet: 8B, 15 and 01. RGB value is (139,21,1). Sum of RGB (Red+Green+Blue) = 139+21+1=161 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.34% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1501 is #74EAFE. Grayscale: #363636. Windows color (decimal): -7662335 or 71051. OLE color: 71051.

HSL color Cylindrical-coordinate representation of color #8B1501: hue angle of 8.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B1501 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139211-
CMYK00.850.990.45
HSL8.7º98.57%27.45%-
HSV(B)8.7º99.28%54.51%-
XYZ10.926.030.62-
YUV5498.09188.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 86.34%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=86.34%
G=13.04%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13921100.850.990.458.798.5727.45
Hex8B151055632D9631b
Octal2132510125143551114333
Binary100010111010110101010111000111011011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,1); }

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

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

 a { background-color: rgb(139,21,1); }

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

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

 span { border-color: rgb(139,21,1); }

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