#781E1A

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

Shades of Falu Red #781E1A

Tints of Falu Red #781E1A

Color information

#781E1A (or 0x781E1A) is unknown color: approx Falu Red. HEX triplet: 78, 1E and 1A. RGB value is (120,30,26). Sum of RGB (Red+Green+Blue) = 120+30+26=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E1A is #87E1E5. Grayscale: #383838. Windows color (decimal): -8905190 or 1711736. OLE color: 1711736.

HSL color Cylindrical-coordinate representation of color #781E1A: hue angle of 2.55º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781E1A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1203026-
CMYK00.750.780.53
HSL2.55º64.38%28.63%-
HSV(B)2.55º78.33%47.06%-
XYZ8.451.5-
YUV56.45110.82173.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=68.18%
G=17.05%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120302600.750.780.532.5564.3828.63
Hex781E1A04B4E353401d
Octal1703632011311665310035
Binary1111000111101101001001011100111011010111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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