Html Css Color HEX #8C0604 Dark Red

📋 copy color: '#8C0604'

red 140 ◦ green 6 ◦ blue 4

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

Shades of Dark Red #8C0604

Tints of Dark Red #8C0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 93.33%
G = 4%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C0604 (or 0x8C0604) is known color: Dark Red. HEX triplet: 8C, 06 and 04. RGB value is (140,6,4). Sum of RGB (Red+Green+Blue) = 140+6+4=150 (19% of max value = 765). Red value is 140 (55.08% from 255 or 93.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0604 is #73F9FB. Grayscale: #2D2D2D. Windows color (decimal): -7600636 or 263820. OLE color: 263820.

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

Color convert

RGB 140 6 4 -
CMYK 0 0.96 0.97 0.45
HSL 0.88º 0.94% 0.28% -
HSV(B) 0.88º 0.97% 0.55% -
XYZ 10.9 5.71 0.64 -
YUV 45.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 140 6 4 0 0.96 0.97 0.45 0.88 0.94 0.28
Hex 8C 6 4 0 60 61 2D 1 5E 1C
Octal 214 6 4 0 140 141 55 1 136 34
Binary 10001100 110 100 0 1100000 1100001 101101 1 1011110 11100

Color Harmonies of #8C0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0604

Black with #8C0604

Text Example


Text Example

White with #8C0604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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