#8B0301

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

Shades of Dark Red #8B0301

Tints of Dark Red #8B0301

Color information

#8B0301 (or 0x8B0301) is unknown color: approx Dark Red. HEX triplet: 8B, 03 and 01. RGB value is (139,3,1). Sum of RGB (Red+Green+Blue) = 139+3+1=143 (18% of max value = 765). Red value is 139 (54.69% from 255 or 97.20% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0301 is #74FCFE. Grayscale: #2B2B2B. Windows color (decimal): -7666943 or 66443. OLE color: 66443.

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

Color convert

RGB13931-
CMYK00.980.990.45
HSL0.87º98.57%27.45%-
HSV(B)0.87º99.28%54.51%-
XYZ10.695.560.54-
YUV43.44104.06196.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 97.20%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=97.20%
G=2.10%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393100.980.990.450.8798.5727.45
Hex8B31062632D1631b
Octal21331014214355114333
Binary100010111110110001011000111011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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