Html Css Color HEX #8B1001 Dark Red

📋 copy color: '#8B1001'

red 139 ◦ green 16 ◦ blue 1

#8B1001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #8B1001

Tints of Dark Red #8B1001

RGB

 RED value IS 139 (54.69% from 255) = 89.1%

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 89.1%
G = 10.26%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B1001 (or 0x8B1001) is known color: Dark Red. HEX triplet: 8B, 10 and 01. RGB value is (139,16,1). Sum of RGB (Red+Green+Blue) = 139+16+1=156 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.10% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1001 is #74EFFE. Grayscale: #333333. Windows color (decimal): -7663615 or 69771. OLE color: 69771.

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

Color convert

RGB 139 16 1 -
CMYK 0 0.88 0.99 0.45
HSL 6.52º 0.99% 0.27% -
HSV(B) 6.52º 0.99% 0.55% -
XYZ 10.84 5.86 0.59 -
YUV 51.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 139 16 1 0 0.88 0.99 0.45 6.52 0.99 0.27
Hex 8B 10 1 0 58 63 2D 7 63 1B
Octal 213 20 1 0 130 143 55 7 143 33
Binary 10001011 10000 1 0 1011000 1100011 101101 111 1100011 11011

Color Harmonies of #8B1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1001

Black with #8B1001

Text Example


Text Example

White with #8B1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B1001;
 }
 .AnyTagClassName
 {
   color: #8B1001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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