#78170D

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

Shades of Falu Red #78170D

Tints of Falu Red #78170D

Color information

#78170D (or 0x78170D) is unknown color: approx Falu Red. HEX triplet: 78, 17 and 0D. RGB value is (120,23,13). Sum of RGB (Red+Green+Blue) = 120+23+13=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #78170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78170D is #87E8F2. Grayscale: #333333. Windows color (decimal): -8906995 or 857976. OLE color: 857976.

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

Color convert

RGB1202313-
CMYK00.810.890.53
HSL5.61º80.45%26.08%-
HSV(B)5.61º89.17%47.06%-
XYZ8.124.630.85-
YUV50.86106.64177.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.92%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=76.92%
G=14.74%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120231300.810.890.535.6180.4526.08
Hex7817D05159356501a
Octal1702715012113165612032
Binary1111000101111101010100011011001110101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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