#78170E

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

Shades of Falu Red #78170E

Tints of Falu Red #78170E

Color information

#78170E (or 0x78170E) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 0E. RGB value is (120,23,14). Sum of RGB (Red+Green+Blue) = 120+23+14=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #78170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78170E is #87E8F1. Grayscale: #333333. Windows color (decimal): -8906994 or 923512. OLE color: 923512.

HSL color Cylindrical-coordinate representation of color #78170E: hue angle of 5.09º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78170E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1202314-
CMYK00.810.880.53
HSL5.09º79.1%26.27%-
HSV(B)5.09º88.33%47.06%-
XYZ8.134.640.88-
YUV50.98107.14177.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.43%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=76.43%
G=14.65%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120231400.810.880.535.0979.126.27
Hex7817E051583554f1a
Octal1702716012113065511732
Binary1111000101111110010100011011000110101101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78170E; }

 p { color: rgb(120,23,14); }

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

<style>
 a { background-color: #78170E; }

 a { background-color: rgb(120,23,14); }

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

<style>
 span { border-color: #78170E; }

 span { border-color: rgb(120,23,14); }

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