#781811

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

Shades of Falu Red #781811

Tints of Falu Red #781811

Color information

#781811 (or 0x781811) is unknown color: approx Falu Red. HEX triplet: 78, 18 and 11. RGB value is (120,24,17). Sum of RGB (Red+Green+Blue) = 120+24+17=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #781811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781811 is #87E7EE. Grayscale: #343434. Windows color (decimal): -8906735 or 1120376. OLE color: 1120376.

HSL color Cylindrical-coordinate representation of color #781811: hue angle of 4.08º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781811 is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1202417-
CMYK00.80.860.53
HSL4.08º75.18%26.86%-
HSV(B)4.08º85.83%47.06%-
XYZ8.174.691-
YUV51.91108.3176.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=74.53%
G=14.91%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120241700.80.860.534.0875.1826.86
Hex781811050563544b1b
Octal1703021012012665411333
Binary11110001100010001010100001010110110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781811; }

 p { color: rgb(120,24,17); }

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

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

 a { background-color: rgb(120,24,17); }

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

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

 span { border-color: rgb(120,24,17); }

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