#761F11

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

Shades of Falu Red #761F11

Tints of Falu Red #761F11

Color information

#761F11 (or 0x761F11) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 11. RGB value is (118,31,17). Sum of RGB (Red+Green+Blue) = 118+31+17=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #761F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F11 is #89E0EE. Grayscale: #373737. Windows color (decimal): -9036015 or 1122166. OLE color: 1122166.

HSL color Cylindrical-coordinate representation of color #761F11: hue angle of 8.32º 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 #761F11 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1183117-
CMYK00.740.860.54
HSL8.32º74.81%26.47%-
HSV(B)8.32º85.59%46.27%-
XYZ8.064.871.05-
YUV55.42106.32172.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=71.08%
G=18.67%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118311700.740.860.548.3274.8126.47
Hex761F1104A563684b1a
Octal16637210112126661011332
Binary111011011111100010100101010101101101101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761F11; }

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

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

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

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

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

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

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

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