#761211

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

Shades of Falu Red #761211

Tints of Falu Red #761211

Color information

#761211 (or 0x761211) is unknown color: approx Falu Red. HEX triplet: 76, 12 and 11. RGB value is (118,18,17). Sum of RGB (Red+Green+Blue) = 118+18+17=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761211 is #89EDEE. Grayscale: #2F2F2F. Windows color (decimal): -9039343 or 1118838. OLE color: 1118838.

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

Color convert

RGB1181817-
CMYK00.850.860.54
HSL0.59º74.81%26.47%-
HSV(B)0.59º85.59%46.27%-
XYZ7.794.320.95-
YUV47.79110.63178.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=77.12%
G=11.76%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118181700.850.860.540.5974.8126.47
Hex761211055563614b1a
Octal1662221012512666111332
Binary111011010010100010101010110101101101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761211; }

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

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

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

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

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

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

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

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