#761109

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

Shades of Falu Red #761109

Tints of Falu Red #761109

Color information

#761109 (or 0x761109) is unknown color: approx Falu Red. HEX triplet: 76, 11 and 09. RGB value is (118,17,9). Sum of RGB (Red+Green+Blue) = 118+17+9=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761109 is #89EEF6. Grayscale: #2E2E2E. Windows color (decimal): -9039607 or 594294. OLE color: 594294.

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

Color convert

RGB118179-
CMYK00.860.920.54
HSL4.4º85.83%24.9%-
HSV(B)4.4º92.37%46.27%-
XYZ7.724.270.68-
YUV46.29106.96179.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.94%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=81.94%
G=11.81%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817900.860.920.544.485.8324.9
Hex761190565C3645619
Octal1662111012613466412631
Binary1110110100011001010101101011100110110100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761109; }

 p { color: rgb(118,17,9); }

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

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

 a { background-color: rgb(118,17,9); }

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

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

 span { border-color: rgb(118,17,9); }

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