#781E19

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

Shades of Falu Red #781E19

Tints of Falu Red #781E19

Color information

#781E19 (or 0x781E19) is unknown color: approx Falu Red. HEX triplet: 78, 1E and 19. RGB value is (120,30,25). Sum of RGB (Red+Green+Blue) = 120+30+25=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E19 is #87E1E6. Grayscale: #383838. Windows color (decimal): -8905191 or 1646200. OLE color: 1646200.

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

Color convert

RGB1203025-
CMYK00.750.790.53
HSL3.16º65.52%28.43%-
HSV(B)3.16º79.17%47.06%-
XYZ8.394.991.44-
YUV56.34110.32173.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=68.57%
G=17.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120302500.750.790.533.1665.5228.43
Hex781E1904B4F353421c
Octal1703631011311765310234
Binary1111000111101100101001011100111111010111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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