#781F14

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

Shades of Falu Red #781F14

Tints of Falu Red #781F14

Color information

#781F14 (or 0x781F14) is unknown color: approx Falu Red. HEX triplet: 78, 1F and 14. RGB value is (120,31,20). Sum of RGB (Red+Green+Blue) = 120+31+20=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #781F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F14 is #87E0EB. Grayscale: #383838. Windows color (decimal): -8904940 or 1318776. OLE color: 1318776.

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

Color convert

RGB1203120-
CMYK00.740.830.53
HSL6.6º71.43%27.45%-
HSV(B)6.6º83.33%47.06%-
XYZ8.365.021.19-
YUV56.36107.49173.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.18%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=70.18%
G=18.13%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120312000.740.830.536.671.4327.45
Hex781F1404A53357471b
Octal1703724011212365710733
Binary11110001111110100010010101010011110101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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