#711F0E

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

Shades of Falu Red #711F0E

Tints of Falu Red #711F0E

Color information

#711F0E (or 0x711F0E) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 0E. RGB value is (113,31,14). Sum of RGB (Red+Green+Blue) = 113+31+14=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F0E is #8EE0F1. Grayscale: #353535. Windows color (decimal): -9363698 or 925553. OLE color: 925553.

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

Color convert

RGB1133114-
CMYK00.730.880.56
HSL10.3º77.95%24.9%-
HSV(B)10.3º87.61%44.31%-
XYZ7.384.520.9-
YUV53.58105.67170.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=71.52%
G=19.62%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113311400.730.880.5610.377.9524.9
Hex711FE0495838a4e19
Octal16137160111130701211631
Binary11100011111111100100100110110001110001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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