#781F18

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

Shades of Falu Red #781F18

Tints of Falu Red #781F18

Color information

#781F18 (or 0x781F18) is unknown color: approx Falu Red. HEX triplet: 78, 1F and 18. RGB value is (120,31,24). Sum of RGB (Red+Green+Blue) = 120+31+24=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F18 is #87E0E7. Grayscale: #383838. Windows color (decimal): -8904936 or 1580920. OLE color: 1580920.

HSL color Cylindrical-coordinate representation of color #781F18: hue angle of 4.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781F18 is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1203124-
CMYK00.740.80.53
HSL4.38º66.67%28.24%-
HSV(B)4.38º80%47.06%-
XYZ8.45.041.39-
YUV56.81109.49173.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=68.57%
G=17.71%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120312400.740.80.534.3866.6728.24
Hex781F1804A50354431c
Octal1703730011212065410334
Binary11110001111111000010010101010000110101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781F18; }

 p { color: rgb(120,31,24); }

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

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

 a { background-color: rgb(120,31,24); }

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

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

 span { border-color: rgb(120,31,24); }

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