#8C2100

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

Shades of Falu Red #8C2100

Tints of Falu Red #8C2100

Color information

#8C2100 (or 0x8C2100) is unknown color: approx Falu Red. HEX triplet: 8C, 21 and 00. RGB value is (140,33,0). Sum of RGB (Red+Green+Blue) = 140+33+0=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2100 is #73DEFF. Grayscale: #3D3D3D. Windows color (decimal): -7593728 or 8588. OLE color: 8588.

HSL color Cylindrical-coordinate representation of color #8C2100: hue angle of 14.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C2100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB140330-
CMYK00.7610.45
HSL14.14º100%27.45%-
HSV(B)14.14º100%54.9%-
XYZ11.366.660.69-
YUV61.2393.45184.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80.92%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.92%
G=19.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14033000.7610.4514.1410027.45
Hex8C21004C642De641b
Octal2144100114144551614433
Binary1000110010000100100110011001001011011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C2100;
 }
 .AnyTagClassName
 {
   color: #8C2100;
 }
</style>
background-color css

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

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

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

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

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

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