#8B1901

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

Shades of Dark Red #8B1901

Tints of Dark Red #8B1901

Color information

#8B1901 (or 0x8B1901) is unknown color: approx Dark Red. HEX triplet: 8B, 19 and 01. RGB value is (139,25,1). Sum of RGB (Red+Green+Blue) = 139+25+1=165 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.24% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1901 is #74E6FE. Grayscale: #383838. Windows color (decimal): -7661311 or 72075. OLE color: 72075.

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

Color convert

RGB139251-
CMYK00.820.990.45
HSL10.43º98.57%27.45%-
HSV(B)10.43º99.28%54.51%-
XYZ116.190.64-
YUV56.3596.77186.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.24%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=84.24%
G=15.15%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13925100.820.990.4510.4398.5727.45
Hex8B191052632Da631b
Octal2133110122143551214333
Binary100010111100110101001011000111011011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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