#711F16

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

Shades of Falu Red #711F16

Tints of Falu Red #711F16

Color information

#711F16 (or 0x711F16) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 16. RGB value is (113,31,22). Sum of RGB (Red+Green+Blue) = 113+31+22=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F16 is #8EE0E9. Grayscale: #363636. Windows color (decimal): -9363690 or 1449841. OLE color: 1449841.

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

Color convert

RGB1133122-
CMYK00.730.810.56
HSL5.93º67.41%26.47%-
HSV(B)5.93º80.53%44.31%-
XYZ7.444.551.24-
YUV54.49109.67169.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=68.07%
G=18.67%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113312200.730.810.565.9367.4126.47
Hex711F1604951386431a
Octal1613726011112170610332
Binary11100011111110110010010011010001111000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711F16; }

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

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

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

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

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

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

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

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