Html Css Color HEX #8C1309 Falu Red

📋 copy color: '#8C1309'

red 140 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #8C1309

Tints of Falu Red #8C1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 83.33%
G = 11.31%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C1309 (or 0x8C1309) is known color: Falu Red. HEX triplet: 8C, 13 and 09. RGB value is (140,19,9). Sum of RGB (Red+Green+Blue) = 140+19+9=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1309 is #73ECF6. Grayscale: #363636. Windows color (decimal): -7597303 or 594828. OLE color: 594828.

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

Color convert

RGB 140 19 9 -
CMYK 0 0.86 0.94 0.45
HSL 4.58º 0.88% 0.29% -
HSV(B) 4.58º 0.94% 0.55% -
XYZ 11.1 6.06 0.84 -
YUV 54.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 140 19 9 0 0.86 0.94 0.45 4.58 0.88 0.29
Hex 8C 13 9 0 56 5E 2D 5 58 1D
Octal 214 23 11 0 126 136 55 5 130 35
Binary 10001100 10011 1001 0 1010110 1011110 101101 101 1011000 11101

Color Harmonies of #8C1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1309

Black with #8C1309

Text Example


Text Example

White with #8C1309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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