#781C11

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

Shades of Falu Red #781C11

Tints of Falu Red #781C11

Color information

#781C11 (or 0x781C11) is unknown color: approx Falu Red. HEX triplet: 78, 1C and 11. RGB value is (120,28,17). Sum of RGB (Red+Green+Blue) = 120+28+17=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C11 is #87E3EE. Grayscale: #363636. Windows color (decimal): -8905711 or 1121400. OLE color: 1121400.

HSL color Cylindrical-coordinate representation of color #781C11: hue angle of 6.41º 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 #781C11 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1202817-
CMYK00.770.860.53
HSL6.41º75.18%26.86%-
HSV(B)6.41º85.83%47.06%-
XYZ8.264.861.03-
YUV54.25106.98174.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=72.73%
G=16.97%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120281700.770.860.536.4175.1826.86
Hex781C1104D563564b1b
Octal1703421011512665611333
Binary11110001110010001010011011010110110101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781C11; }

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

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

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

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

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

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

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

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