#781912

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

Shades of Falu Red #781912

Tints of Falu Red #781912

Color information

#781912 (or 0x781912) is unknown color: approx Falu Red. HEX triplet: 78, 19 and 12. RGB value is (120,25,18). Sum of RGB (Red+Green+Blue) = 120+25+18=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #781912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781912 is #87E6ED. Grayscale: #343434. Windows color (decimal): -8906478 or 1186168. OLE color: 1186168.

HSL color Cylindrical-coordinate representation of color #781912: hue angle of 4.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781912 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1202518-
CMYK00.790.850.53
HSL4.12º73.91%27.06%-
HSV(B)4.12º85%47.06%-
XYZ8.24.731.05-
YUV52.61108.47176.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=73.62%
G=15.34%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120251800.790.850.534.1273.9127.06
Hex78191204F553544a1b
Octal1703122011712565411233
Binary11110001100110010010011111010101110101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781912; }

 p { color: rgb(120,25,18); }

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

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

 a { background-color: rgb(120,25,18); }

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

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

 span { border-color: rgb(120,25,18); }

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