Html Css Color HEX #8C1A09 Falu Red

📋 copy color: '#8C1A09'

red 140 ◦ green 26 ◦ blue 9

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

Shades of Falu Red #8C1A09

Tints of Falu Red #8C1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 80%
G = 14.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C1A09 (or 0x8C1A09) is known color: Falu Red. HEX triplet: 8C, 1A and 09. RGB value is (140,26,9). Sum of RGB (Red+Green+Blue) = 140+26+9=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1A09 is #73E5F6. Grayscale: #3A3A3A. Windows color (decimal): -7595511 or 596620. OLE color: 596620.

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

Color convert

RGB 140 26 9 -
CMYK 0 0.81 0.94 0.45
HSL 7.79º 0.88% 0.29% -
HSV(B) 7.79º 0.94% 0.55% -
XYZ 11.23 6.33 0.89 -
YUV 58.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 140 26 9 0 0.81 0.94 0.45 7.79 0.88 0.29
Hex 8C 1A 9 0 51 5E 2D 8 58 1D
Octal 214 32 11 0 121 136 55 10 130 35
Binary 10001100 11010 1001 0 1010001 1011110 101101 1000 1011000 11101

Color Harmonies of #8C1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A09

Black with #8C1A09

Text Example


Text Example

White with #8C1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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