#78150D

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

Shades of Falu Red #78150D

Tints of Falu Red #78150D

Color information

#78150D (or 0x78150D) is unknown color: approx Falu Red. HEX triplet: 78, 15 and 0D. RGB value is (120,21,13). Sum of RGB (Red+Green+Blue) = 120+21+13=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #78150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78150D is #87EAF2. Grayscale: #313131. Windows color (decimal): -8907507 or 857464. OLE color: 857464.

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

Color convert

RGB1202113-
CMYK00.830.890.53
HSL4.49º80.45%26.08%-
HSV(B)4.49º89.17%47.06%-
XYZ8.094.560.83-
YUV49.69107.3178.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.92%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=77.92%
G=13.64%
B=8.44%

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
Decimal120211300.830.890.534.4980.4526.08
Hex7815D05359354501a
Octal1702515012313165412032
Binary1111000101011101010100111011001110101100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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