Html Css Color HEX #8B0808 Dark Red

📋 copy color: '#8B0808'

red 139 ◦ green 8 ◦ blue 8

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

Shades of Dark Red #8B0808

Tints of Dark Red #8B0808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 89.68%
G = 5.16%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B0808 (or 0x8B0808) is known color: Dark Red. HEX triplet: 8B, 08 and 08. RGB value is (139,8,8). Sum of RGB (Red+Green+Blue) = 139+8+8=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0808 is #74F7F7. Grayscale: #2F2F2F. Windows color (decimal): -7665656 or 526475. OLE color: 526475.

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

Color convert

RGB 139 8 8 -
CMYK 0 0.94 0.94 0.45
HSL 0.89% 0.29% -
HSV(B) 0.94% 0.55% -
XYZ 10.78 5.68 0.76 -
YUV 47.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 139 8 8 0 0.94 0.94 0.45 0 0.89 0.29
Hex 8B 8 8 0 5E 5E 2D 0 59 1D
Octal 213 10 10 0 136 136 55 0 131 35
Binary 10001011 1000 1000 0 1011110 1011110 101101 0 1011001 11101

Color Harmonies of #8B0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0808

Black with #8B0808

Text Example


Text Example

White with #8B0808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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