#781D09

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

Shades of Falu Red #781D09

Tints of Falu Red #781D09

Color information

#781D09 (or 0x781D09) is unknown color: approx Falu Red. HEX triplet: 78, 1D and 09. RGB value is (120,29,9). Sum of RGB (Red+Green+Blue) = 120+29+9=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D09 is #87E2F6. Grayscale: #363636. Windows color (decimal): -8905463 or 597368. OLE color: 597368.

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

Color convert

RGB120299-
CMYK00.760.920.53
HSL10.81º86.05%25.29%-
HSV(B)10.81º92.5%47.06%-
XYZ8.234.890.77-
YUV53.93102.65175.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.95%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=75.95%
G=18.35%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12029900.760.920.5310.8186.0525.29
Hex781D904C5C35b5619
Octal17035110114134651312631
Binary11110001110110010100110010111001101011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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