Html Css Color HEX #8C2004 Falu Red

📋 copy color: '#8C2004'

red 140 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #8C2004

Tints of Falu Red #8C2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

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

R = 79.55%
G = 18.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C2004 (or 0x8C2004) is known color: Falu Red. HEX triplet: 8C, 20 and 04. RGB value is (140,32,4). Sum of RGB (Red+Green+Blue) = 140+32+4=176 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.55% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2004 is #73DFFB. Grayscale: #3D3D3D. Windows color (decimal): -7593980 or 270476. OLE color: 270476.

HSL color Cylindrical-coordinate representation of color #8C2004: hue angle of 12.35º 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 #8C2004 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 32 4 -
CMYK 0 0.77 0.97 0.45
HSL 12.35º 0.94% 0.28% -
HSV(B) 12.35º 0.97% 0.55% -
XYZ 11.35 6.62 0.79 -
YUV 61.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 140 32 4 0 0.77 0.97 0.45 12.35 0.94 0.28
Hex 8C 20 4 0 4D 61 2D C 5E 1C
Octal 214 40 4 0 115 141 55 14 136 34
Binary 10001100 100000 100 0 1001101 1100001 101101 1100 1011110 11100

Color Harmonies of #8C2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2004

Black with #8C2004

Text Example


Text Example

White with #8C2004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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