#761111

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

Shades of Falu Red #761111

Tints of Falu Red #761111

Color information

#761111 (or 0x761111) is unknown color: approx Falu Red. HEX triplet: 76, 11 and 11. RGB value is (118,17,17). Sum of RGB (Red+Green+Blue) = 118+17+17=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #761111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761111 is #89EEEE. Grayscale: #2F2F2F. Windows color (decimal): -9039599 or 1118582. OLE color: 1118582.

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

Color convert

RGB1181717-
CMYK00.860.860.54
HSL74.81%26.47%-
HSV(B)85.59%46.27%-
XYZ7.774.290.95-
YUV47.2110.96178.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=77.63%
G=11.18%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118171700.860.860.54074.8126.47
Hex761111056563604b1a
Octal1662121012612666011332
Binary111011010001100010101011010101101101100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761111; }

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

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

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

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

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

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

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

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