Html Css Color HEX #8A0E0B Dark Red

📋 copy color: '#8A0E0B'

red 138 ◦ green 14 ◦ blue 11

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

Shades of Dark Red #8A0E0B

Tints of Dark Red #8A0E0B

RGB

 RED value IS 138 (54.3% from 255) = 84.66%

 GREEN value IS 14 (5.86% from 255) = 8.59%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 84.66%
G = 8.59%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#8A0E0B (or 0x8A0E0B) is known color: Dark Red. HEX triplet: 8A, 0E and 0B. RGB value is (138,14,11). Sum of RGB (Red+Green+Blue) = 138+14+11=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0E0B is #75F1F4. Grayscale: #323232. Windows color (decimal): -7729653 or 724618. OLE color: 724618.

HSL color Cylindrical-coordinate representation of color #8A0E0B: hue angle of 1.42º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0E0B is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 14 11 -
CMYK 0 0.90 0.92 0.46
HSL 1.42º 0.85% 0.29% -
HSV(B) 1.42º 0.92% 0.54% -
XYZ 10.7 5.74 0.86 -
YUV 50.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 138 14 11 0 0.90 0.92 0.46 1.42 0.85 0.29
Hex 8A E B 0 5A 5C 2E 1 55 1D
Octal 212 16 13 0 132 134 56 1 125 35
Binary 10001010 1110 1011 0 1011010 1011100 101110 1 1010101 11101

Color Harmonies of #8A0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0E0B

Black with #8A0E0B

Text Example


Text Example

White with #8A0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,14,11); }

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

background-color css

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

 a { background-color: rgb(138,14,11); }

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

border-color css

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

 span { border-color: rgb(138,14,11); }

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