Html Css Color HEX #8B0806 Dark Red

📋 copy color: '#8B0806'

red 139 ◦ green 8 ◦ blue 6

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

Shades of Dark Red #8B0806

Tints of Dark Red #8B0806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 90.85%
G = 5.23%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B0806 (or 0x8B0806) is known color: Dark Red. HEX triplet: 8B, 08 and 06. RGB value is (139,8,6). Sum of RGB (Red+Green+Blue) = 139+8+6=153 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.85% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0806 is #74F7F9. Grayscale: #2F2F2F. Windows color (decimal): -7665658 or 395403. OLE color: 395403.

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

Color convert

RGB 139 8 6 -
CMYK 0 0.94 0.96 0.45
HSL 0.9º 0.92% 0.28% -
HSV(B) 0.9º 0.96% 0.55% -
XYZ 10.77 5.68 0.7 -
YUV 46.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 139 8 6 0 0.94 0.96 0.45 0.9 0.92 0.28
Hex 8B 8 6 0 5E 60 2D 1 5C 1C
Octal 213 10 6 0 136 140 55 1 134 34
Binary 10001011 1000 110 0 1011110 1100000 101101 1 1011100 11100

Color Harmonies of #8B0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0806

Black with #8B0806

Text Example


Text Example

White with #8B0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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