#711914

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

Shades of Falu Red #711914

Tints of Falu Red #711914

Color information

#711914 (or 0x711914) is unknown color: approx Falu Red. HEX triplet: 71, 19 and 14. RGB value is (113,25,20). Sum of RGB (Red+Green+Blue) = 113+25+20=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711914 is #8EE6EB. Grayscale: #323232. Windows color (decimal): -9365228 or 1317233. OLE color: 1317233.

HSL color Cylindrical-coordinate representation of color #711914: hue angle of 3.23º 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 #711914 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1132520-
CMYK00.780.820.56
HSL3.23º69.92%26.08%-
HSV(B)3.23º82.3%44.31%-
XYZ7.284.261.1-
YUV50.74110.65172.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=71.52%
G=15.82%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113252000.780.820.563.2369.9226.08
Hex71191404E52383461a
Octal1613124011612270310632
Binary1110001110011010001001110101001011100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711914; }

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

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

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

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

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

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

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

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