#8B0101

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

Shades of Dark Red #8B0101

Tints of Dark Red #8B0101

Color information

#8B0101 (or 0x8B0101) is unknown color: approx Dark Red. HEX triplet: 8B, 01 and 01. RGB value is (139,1,1). Sum of RGB (Red+Green+Blue) = 139+1+1=141 (18% of max value = 765). Red value is 139 (54.69% from 255 or 98.58% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0101 is #74FEFE. Grayscale: #2A2A2A. Windows color (decimal): -7667455 or 65931. OLE color: 65931.

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

Color convert

RGB13911-
CMYK00.990.990.45
HSL98.57%27.45%-
HSV(B)99.28%54.51%-
XYZ10.665.510.53-
YUV42.26104.72197-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 98.58%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=98.58%
G=0.71%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391100.990.990.45098.5727.45
Hex8B11063632D0631b
Octal21311014314355014333
Binary10001011110110001111000111011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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