Html Css Color HEX #8A1006 Dark Red

📋 copy color: '#8A1006'

red 138 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #8A1006

Tints of Dark Red #8A1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 86.25%
G = 10%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A1006 (or 0x8A1006) is known color: Dark Red. HEX triplet: 8A, 10 and 06. RGB value is (138,16,6). Sum of RGB (Red+Green+Blue) = 138+16+6=160 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1006 is #75EFF9. Grayscale: #333333. Windows color (decimal): -7729146 or 397450. OLE color: 397450.

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

Color convert

RGB 138 16 6 -
CMYK 0 0.88 0.96 0.46
HSL 4.55º 0.92% 0.28% -
HSV(B) 4.55º 0.96% 0.54% -
XYZ 10.7 5.79 0.73 -
YUV 51.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 138 16 6 0 0.88 0.96 0.46 4.55 0.92 0.28
Hex 8A 10 6 0 58 60 2E 5 5C 1C
Octal 212 20 6 0 130 140 56 5 134 34
Binary 10001010 10000 110 0 1011000 1100000 101110 101 1011100 11100

Color Harmonies of #8A1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1006

Black with #8A1006

Text Example


Text Example

White with #8A1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,6); }

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

background-color css

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

 a { background-color: rgb(138,16,6); }

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

border-color css

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

 span { border-color: rgb(138,16,6); }

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