Html Css Color HEX #8C2109 Falu Red

📋 copy color: '#8C2109'

red 140 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #8C2109

Tints of Falu Red #8C2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

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

R = 76.92%
G = 18.13%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C2109 (or 0x8C2109) is known color: Falu Red. HEX triplet: 8C, 21 and 09. RGB value is (140,33,9). Sum of RGB (Red+Green+Blue) = 140+33+9=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2109 is #73DEF6. Grayscale: #3E3E3E. Windows color (decimal): -7593719 or 598412. OLE color: 598412.

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

Color convert

RGB 140 33 9 -
CMYK 0 0.76 0.94 0.45
HSL 10.99º 0.88% 0.29% -
HSV(B) 10.99º 0.94% 0.55% -
XYZ 11.41 6.68 0.95 -
YUV 62.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 140 33 9 0 0.76 0.94 0.45 10.99 0.88 0.29
Hex 8C 21 9 0 4C 5E 2D B 58 1D
Octal 214 41 11 0 114 136 55 13 130 35
Binary 10001100 100001 1001 0 1001100 1011110 101101 1011 1011000 11101

Color Harmonies of #8C2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2109

Black with #8C2109

Text Example


Text Example

White with #8C2109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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