#8c2109

Color #8C2109 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #8C2109

Tints of Falu Red #8C2109

Color information

#8C2109 (or 0x8C2109) is unknown color: approx 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

RGB140339-
CMYK00.760.940.45
HSL10.99º87.92%29.22%-
HSV(B)10.99º93.57%54.9%-
XYZ11.416.680.95-
YUV62.2697.95183.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14033900.760.940.4510.9987.9229.22
Hex8C21904C5E2Db581d
Octal21441110114136551313035
Binary1000110010000110010100110010111101011011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>