Html Css Color HEX #8C2309 Falu Red

📋 copy color: '#8C2309'

red 140 ◦ green 35 ◦ blue 9

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

Shades of Falu Red #8C2309

Tints of Falu Red #8C2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 76.09%
G = 19.02%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C2309 (or 0x8C2309) is known color: Falu Red. HEX triplet: 8C, 23 and 09. RGB value is (140,35,9). Sum of RGB (Red+Green+Blue) = 140+35+9=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2309 is #73DCF6. Grayscale: #3F3F3F. Windows color (decimal): -7593207 or 598924. OLE color: 598924.

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

Color convert

RGB 140 35 9 -
CMYK 0 0.75 0.94 0.45
HSL 11.91º 0.88% 0.29% -
HSV(B) 11.91º 0.94% 0.55% -
XYZ 11.47 6.8 0.97 -
YUV 63.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 140 35 9 0 0.75 0.94 0.45 11.91 0.88 0.29
Hex 8C 23 9 0 4B 5E 2D C 58 1D
Octal 214 43 11 0 113 136 55 14 130 35
Binary 10001100 100011 1001 0 1001011 1011110 101101 1100 1011000 11101

Color Harmonies of #8C2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2309

Black with #8C2309

Text Example


Text Example

White with #8C2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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