#771D09

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

Shades of Falu Red #771D09

Tints of Falu Red #771D09

Color information

#771D09 (or 0x771D09) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 09. RGB value is (119,29,9). Sum of RGB (Red+Green+Blue) = 119+29+9=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D09 is #88E2F6. Grayscale: #353535. Windows color (decimal): -8970999 or 597367. OLE color: 597367.

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

Color convert

RGB119299-
CMYK00.760.920.53
HSL10.91º85.94%25.1%-
HSV(B)10.91º92.44%46.67%-
XYZ8.14.820.76-
YUV53.63102.82174.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=75.80%
G=18.47%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929900.760.920.5310.9185.9425.1
Hex771D904C5C35b5619
Octal16735110114134651312631
Binary11101111110110010100110010111001101011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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