#781F11

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

Shades of Falu Red #781F11

Tints of Falu Red #781F11

Color information

#781F11 (or 0x781F11) is unknown color: approx Falu Red. HEX triplet: 78, 1F and 11. RGB value is (120,31,17). Sum of RGB (Red+Green+Blue) = 120+31+17=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #781F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F11 is #87E0EE. Grayscale: #383838. Windows color (decimal): -8904943 or 1122168. OLE color: 1122168.

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

Color convert

RGB1203117-
CMYK00.740.860.53
HSL8.16º75.18%26.86%-
HSV(B)8.16º85.83%47.06%-
XYZ8.345.011.06-
YUV56.02105.99173.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.43%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=71.43%
G=18.45%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120311700.740.860.538.1675.1826.86
Hex781F1104A563584b1b
Octal17037210112126651011333
Binary111100011111100010100101010101101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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