#781D14

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

Shades of Falu Red #781D14

Tints of Falu Red #781D14

Color information

#781D14 (or 0x781D14) is unknown color: approx Falu Red. HEX triplet: 78, 1D and 14. RGB value is (120,29,20). Sum of RGB (Red+Green+Blue) = 120+29+20=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #781D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D14 is #87E2EB. Grayscale: #373737. Windows color (decimal): -8905452 or 1318264. OLE color: 1318264.

HSL color Cylindrical-coordinate representation of color #781D14: hue angle of 5.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781D14 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1202920-
CMYK00.760.830.53
HSL5.4º71.43%27.45%-
HSV(B)5.4º83.33%47.06%-
XYZ8.314.921.17-
YUV55.18108.15174.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=71.01%
G=17.16%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120292000.760.830.535.471.4327.45
Hex781D1404C53355471b
Octal1703524011412365510733
Binary11110001110110100010011001010011110101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,20); }

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

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

 a { background-color: rgb(120,29,20); }

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

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

 span { border-color: rgb(120,29,20); }

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