#771f19

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

Shades of Falu Red #771F19

Tints of Falu Red #771F19

Color information

#771F19 (or 0x771F19) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 19. RGB value is (119,31,25). Sum of RGB (Red+Green+Blue) = 119+31+25=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F19 is #88E0E6. Grayscale: #383838. Windows color (decimal): -8970471 or 1646455. OLE color: 1646455.

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

Color convert

RGB1193125-
CMYK00.740.790.53
HSL3.83º65.28%28.24%-
HSV(B)3.83º78.99%46.67%-
XYZ8.274.971.44-
YUV56.63110.15172.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=68%
G=17.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119312500.740.790.533.8365.2828.24
Hex771F1904A4F354411c
Octal1673731011211765410134
Binary11101111111111001010010101001111110101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771f19; }

 p { color: rgb(119,31,25); }

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

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

 a { background-color: rgb(119,31,25); }

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

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

 span { border-color: rgb(119,31,25); }

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