#78140D

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

Shades of Falu Red #78140D

Tints of Falu Red #78140D

Color information

#78140D (or 0x78140D) is unknown color: approx Falu Red. HEX triplet: 78, 14 and 0D. RGB value is (120,20,13). Sum of RGB (Red+Green+Blue) = 120+20+13=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78140D is #87EBF2. Grayscale: #313131. Windows color (decimal): -8907763 or 857208. OLE color: 857208.

HSL color Cylindrical-coordinate representation of color #78140D: hue angle of 3.93º 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 #78140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1202013-
CMYK00.830.890.53
HSL3.93º80.45%26.08%-
HSV(B)3.93º89.17%47.06%-
XYZ8.074.520.83-
YUV49.1107.63178.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=78.43%
G=13.07%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120201300.830.890.533.9380.4526.08
Hex7814D05359354501a
Octal1702415012313165412032
Binary1111000101001101010100111011001110101100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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