Html Css Color HEX #8B0A06 Dark Red

📋 copy color: '#8B0A06'

red 139 ◦ green 10 ◦ blue 6

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

Shades of Dark Red #8B0A06

Tints of Dark Red #8B0A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 89.68%
G = 6.45%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B0A06 (or 0x8B0A06) is known color: Dark Red. HEX triplet: 8B, 0A and 06. RGB value is (139,10,6). Sum of RGB (Red+Green+Blue) = 139+10+6=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0A06 is #74F5F9. Grayscale: #303030. Windows color (decimal): -7665146 or 395915. OLE color: 395915.

HSL color Cylindrical-coordinate representation of color #8B0A06: hue angle of 1.8º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 6 -
CMYK 0 0.93 0.96 0.45
HSL 1.8º 0.92% 0.28% -
HSV(B) 1.8º 0.96% 0.55% -
XYZ 10.79 5.72 0.71 -
YUV 48.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 139 10 6 0 0.93 0.96 0.45 1.8 0.92 0.28
Hex 8B A 6 0 5D 60 2D 2 5C 1C
Octal 213 12 6 0 135 140 55 2 134 34
Binary 10001011 1010 110 0 1011101 1100000 101101 10 1011100 11100

Color Harmonies of #8B0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A06

Black with #8B0A06

Text Example


Text Example

White with #8B0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,6); }

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

background-color css

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

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

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

border-color css

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

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

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