Html Css Color HEX #8A1104 Dark Red

📋 copy color: '#8A1104'

red 138 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #8A1104

Tints of Dark Red #8A1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 86.79%
G = 10.69%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A1104 (or 0x8A1104) is known color: Dark Red. HEX triplet: 8A, 11 and 04. RGB value is (138,17,4). Sum of RGB (Red+Green+Blue) = 138+17+4=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1104 is #75EEFB. Grayscale: #333333. Windows color (decimal): -7728892 or 266634. OLE color: 266634.

HSL color Cylindrical-coordinate representation of color #8A1104: hue angle of 5.82º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A1104 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 4 -
CMYK 0 0.88 0.97 0.46
HSL 5.82º 0.94% 0.28% -
HSV(B) 5.82º 0.97% 0.54% -
XYZ 10.7 5.81 0.67 -
YUV 51.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 138 17 4 0 0.88 0.97 0.46 5.82 0.94 0.28
Hex 8A 11 4 0 58 61 2E 6 5E 1C
Octal 212 21 4 0 130 141 56 6 136 34
Binary 10001010 10001 100 0 1011000 1100001 101110 110 1011110 11100

Color Harmonies of #8A1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1104

Black with #8A1104

Text Example


Text Example

White with #8A1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,4); }

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

background-color css

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

 a { background-color: rgb(138,17,4); }

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

border-color css

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

 span { border-color: rgb(138,17,4); }

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