#781F19

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

Shades of Falu Red #781F19

Tints of Falu Red #781F19

Color information

#781F19 (or 0x781F19) is unknown color: approx Falu Red. HEX triplet: 78, 1F and 19. RGB value is (120,31,25). Sum of RGB (Red+Green+Blue) = 120+31+25=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F19 is #87E0E6. Grayscale: #393939. Windows color (decimal): -8904935 or 1646456. OLE color: 1646456.

HSL color Cylindrical-coordinate representation of color #781F19: hue angle of 3.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781F19 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1203125-
CMYK00.740.790.53
HSL3.79º65.52%28.43%-
HSV(B)3.79º79.17%47.06%-
XYZ8.415.041.45-
YUV56.93109.99172.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=68.18%
G=17.61%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120312500.740.790.533.7965.5228.43
Hex781F1904A4F354421c
Octal1703731011211765410234
Binary11110001111111001010010101001111110101100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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