Html Css Color HEX #8C1206 Dark Red

📋 copy color: '#8C1206'

red 140 ◦ green 18 ◦ blue 6

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

Shades of Dark Red #8C1206

Tints of Dark Red #8C1206

RGB

 RED value IS 140 (55.08% from 255) = 85.37%

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 85.37%
G = 10.98%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8C1206 (or 0x8C1206) is known color: Dark Red. HEX triplet: 8C, 12 and 06. RGB value is (140,18,6). Sum of RGB (Red+Green+Blue) = 140+18+6=164 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.37% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1206 is #73EDF9. Grayscale: #353535. Windows color (decimal): -7597562 or 397964. OLE color: 397964.

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

Color convert

RGB 140 18 6 -
CMYK 0 0.87 0.96 0.45
HSL 5.37º 0.92% 0.29% -
HSV(B) 5.37º 0.96% 0.55% -
XYZ 11.06 6.02 0.75 -
YUV 53.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 140 18 6 0 0.87 0.96 0.45 5.37 0.92 0.29
Hex 8C 12 6 0 57 60 2D 5 5C 1D
Octal 214 22 6 0 127 140 55 5 134 35
Binary 10001100 10010 110 0 1010111 1100000 101101 101 1011100 11101

Color Harmonies of #8C1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1206

Black with #8C1206

Text Example


Text Example

White with #8C1206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,6); }

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

background-color css

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

 a { background-color: rgb(140,18,6); }

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

border-color css

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

 span { border-color: rgb(140,18,6); }

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