#771D11

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

Shades of Falu Red #771D11

Tints of Falu Red #771D11

Color information

#771D11 (or 0x771D11) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 11. RGB value is (119,29,17). Sum of RGB (Red+Green+Blue) = 119+29+17=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #771D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D11 is #88E2EE. Grayscale: #363636. Windows color (decimal): -8970991 or 1121655. OLE color: 1121655.

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

Color convert

RGB1192917-
CMYK00.760.860.53
HSL7.06º75%26.67%-
HSV(B)7.06º85.71%46.67%-
XYZ8.154.841.04-
YUV54.54106.82173.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=72.12%
G=17.58%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119291700.760.860.537.067526.67
Hex771D1104C563574b1b
Octal1673521011412665711333
Binary11101111110110001010011001010110110101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,17); }

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

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

 a { background-color: rgb(119,29,17); }

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

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

 span { border-color: rgb(119,29,17); }

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