#78160F

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

Shades of Falu Red #78160F

Tints of Falu Red #78160F

Color information

#78160F (or 0x78160F) is unknown color: approx Falu Red. HEX triplet: 78, 16 and 0F. RGB value is (120,22,15). Sum of RGB (Red+Green+Blue) = 120+22+15=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #78160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78160F is #87E9F0. Grayscale: #323232. Windows color (decimal): -8907249 or 988792. OLE color: 988792.

HSL color Cylindrical-coordinate representation of color #78160F: hue angle of 4º degrees, saturation: 0.78, 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 #78160F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1202215-
CMYK00.820.870.53
HSL77.78%26.47%-
HSV(B)87.5%47.06%-
XYZ8.124.60.91-
YUV50.5107.97177.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.43%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=76.43%
G=14.01%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120221500.820.870.53477.7826.47
Hex7816F052573544e1a
Octal1702617012212765411632
Binary1111000101101111010100101010111110101100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78160F; }

 p { color: rgb(120,22,15); }

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

<style>
 a { background-color: #78160F; }

 a { background-color: rgb(120,22,15); }

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

<style>
 span { border-color: #78160F; }

 span { border-color: rgb(120,22,15); }

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