Html Css Color HEX #8C2009 Falu Red

📋 copy color: '#8C2009'

red 140 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #8C2009

Tints of Falu Red #8C2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.97%

R = 77.35%
G = 17.68%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C2009 (or 0x8C2009) is known color: Falu Red. HEX triplet: 8C, 20 and 09. RGB value is (140,32,9). Sum of RGB (Red+Green+Blue) = 140+32+9=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2009 is #73DFF6. Grayscale: #3D3D3D. Windows color (decimal): -7593975 or 598156. OLE color: 598156.

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

Color convert

RGB 140 32 9 -
CMYK 0 0.77 0.94 0.45
HSL 10.53º 0.88% 0.29% -
HSV(B) 10.53º 0.94% 0.55% -
XYZ 11.38 6.63 0.94 -
YUV 61.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 140 32 9 0 0.77 0.94 0.45 10.53 0.88 0.29
Hex 8C 20 9 0 4D 5E 2D B 58 1D
Octal 214 40 11 0 115 136 55 13 130 35
Binary 10001100 100000 1001 0 1001101 1011110 101101 1011 1011000 11101

Color Harmonies of #8C2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2009

Black with #8C2009

Text Example


Text Example

White with #8C2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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