#78160B

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

Shades of Falu Red #78160B

Tints of Falu Red #78160B

Color information

#78160B (or 0x78160B) is unknown color: approx Falu Red. HEX triplet: 78, 16 and 0B. RGB value is (120,22,11). Sum of RGB (Red+Green+Blue) = 120+22+11=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78160B is #87E9F4. Grayscale: #323232. Windows color (decimal): -8907253 or 726648. OLE color: 726648.

HSL color Cylindrical-coordinate representation of color #78160B: hue angle of 6.06º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78160B is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1202211-
CMYK00.820.910.53
HSL6.06º83.21%25.69%-
HSV(B)6.06º90.83%47.06%-
XYZ8.094.590.78-
YUV50.05105.97177.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=78.43%
G=14.38%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120221100.820.910.536.0683.2125.69
Hex7816B0525B356531a
Octal1702613012213365612332
Binary1111000101101011010100101011011110101110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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