#771E10

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

Shades of Falu Red #771E10

Tints of Falu Red #771E10

Color information

#771E10 (or 0x771E10) is unknown color: approx Falu Red. HEX triplet: 77, 1E and 10. RGB value is (119,30,16). Sum of RGB (Red+Green+Blue) = 119+30+16=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #771E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E10 is #88E1EF. Grayscale: #373737. Windows color (decimal): -8970736 or 1056375. OLE color: 1056375.

HSL color Cylindrical-coordinate representation of color #771E10: hue angle of 8.16º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771E10 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1193016-
CMYK00.750.870.53
HSL8.16º76.3%26.47%-
HSV(B)8.16º86.55%46.67%-
XYZ8.174.891-
YUV55.01105.99173.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=72.12%
G=18.18%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119301600.750.870.538.1676.326.47
Hex771E1004B573584c1a
Octal16736200113127651011432
Binary111011111110100000100101110101111101011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,16); }

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

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

 a { background-color: rgb(119,30,16); }

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

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

 span { border-color: rgb(119,30,16); }

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