#771409

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

Shades of Falu Red #771409

Tints of Falu Red #771409

Color information

#771409 (or 0x771409) is unknown color: approx Falu Red. HEX triplet: 77, 14 and 09. RGB value is (119,20,9). Sum of RGB (Red+Green+Blue) = 119+20+9=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #771409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771409 is #88EBF6. Grayscale: #303030. Windows color (decimal): -8973303 or 595063. OLE color: 595063.

HSL color Cylindrical-coordinate representation of color #771409: hue angle of 6º 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 #771409 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB119209-
CMYK00.830.920.53
HSL85.94%25.1%-
HSV(B)92.44%46.67%-
XYZ7.914.440.7-
YUV48.35105.8178.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.41%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=80.41%
G=13.51%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11920900.830.920.53685.9425.1
Hex771490535C3565619
Octal1672411012313465612631
Binary1110111101001001010100111011100110101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771409; }

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

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

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

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

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

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

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

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