#711614

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

Shades of Falu Red #711614

Tints of Falu Red #711614

Color information

#711614 (or 0x711614) is unknown color: approx Falu Red. HEX triplet: 71, 16 and 14. RGB value is (113,22,20). Sum of RGB (Red+Green+Blue) = 113+22+20=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711614 is #8EE9EB. Grayscale: #313131. Windows color (decimal): -9365996 or 1316465. OLE color: 1316465.

HSL color Cylindrical-coordinate representation of color #711614: hue angle of 1.29º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711614 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1132220-
CMYK00.810.820.56
HSL1.29º69.92%26.08%-
HSV(B)1.29º82.3%44.31%-
XYZ7.224.141.08-
YUV48.98111.65173.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=72.90%
G=14.19%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113222000.810.820.561.2969.9226.08
Hex71161405152381461a
Octal1612624012112270110632
Binary111000110110101000101000110100101110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711614; }

 p { color: rgb(113,22,20); }

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

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

 a { background-color: rgb(113,22,20); }

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

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

 span { border-color: rgb(113,22,20); }

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