#78270E

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

Shades of Falu Red #78270E

Tints of Falu Red #78270E

Color information

#78270E (or 0x78270E) is unknown color: approx Falu Red. HEX triplet: 78, 27 and 0E. RGB value is (120,39,14). Sum of RGB (Red+Green+Blue) = 120+39+14=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78270E is #87D8F1. Grayscale: #3C3C3C. Windows color (decimal): -8902898 or 927608. OLE color: 927608.

HSL color Cylindrical-coordinate representation of color #78270E: hue angle of 14.15º 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 #78270E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1203914-
CMYK00.670.880.53
HSL14.15º79.1%26.27%-
HSV(B)14.15º88.33%47.06%-
XYZ8.555.481.02-
YUV60.37101.84170.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=69.36%
G=22.54%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120391400.670.880.5314.1579.126.27
Hex7827E0435835e4f1a
Octal17047160103130651611732
Binary111100010011111100100001110110001101011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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