#781F17

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

Shades of Falu Red #781F17

Tints of Falu Red #781F17

Color information

#781F17 (or 0x781F17) is unknown color: approx Falu Red. HEX triplet: 78, 1F and 17. RGB value is (120,31,23). Sum of RGB (Red+Green+Blue) = 120+31+23=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F17 is #87E0E8. Grayscale: #383838. Windows color (decimal): -8904937 or 1515384. OLE color: 1515384.

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

Color convert

RGB1203123-
CMYK00.740.810.53
HSL4.95º67.83%28.04%-
HSV(B)4.95º80.83%47.06%-
XYZ8.395.031.34-
YUV56.7108.99173.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=68.97%
G=17.82%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120312300.740.810.534.9567.8328.04
Hex781F1704A51355441c
Octal1703727011212165510434
Binary11110001111110111010010101010001110101101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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