#781A09

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

Shades of Falu Red #781A09

Tints of Falu Red #781A09

Color information

#781A09 (or 0x781A09) is unknown color: approx Falu Red. HEX triplet: 78, 1A and 09. RGB value is (120,26,9). Sum of RGB (Red+Green+Blue) = 120+26+9=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A09 is #87E5F6. Grayscale: #343434. Windows color (decimal): -8906231 or 596600. OLE color: 596600.

HSL color Cylindrical-coordinate representation of color #781A09: hue angle of 9.19º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781A09 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB120269-
CMYK00.780.920.53
HSL9.19º86.05%25.29%-
HSV(B)9.19º92.5%47.06%-
XYZ8.164.750.75-
YUV52.17103.64176.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.42%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=77.42%
G=16.77%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12026900.780.920.539.1986.0525.29
Hex781A904E5C3595619
Octal17032110116134651112631
Binary11110001101010010100111010111001101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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