#78260D

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

Shades of Falu Red #78260D

Tints of Falu Red #78260D

Color information

#78260D (or 0x78260D) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 0D. RGB value is (120,38,13). Sum of RGB (Red+Green+Blue) = 120+38+13=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78260D is #87D9F2. Grayscale: #3B3B3B. Windows color (decimal): -8903155 or 861816. OLE color: 861816.

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

Color convert

RGB1203813-
CMYK00.680.890.53
HSL14.02º80.45%26.08%-
HSV(B)14.02º89.17%47.06%-
XYZ8.515.410.98-
YUV59.67101.67171.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.18%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=70.18%
G=22.22%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120381300.680.890.5314.0280.4526.08
Hex7826D0445935e501a
Octal17046150104131651612032
Binary111100010011011010100010010110011101011110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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