#711F13

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

Shades of Falu Red #711F13

Tints of Falu Red #711F13

Color information

#711F13 (or 0x711F13) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 13. RGB value is (113,31,19). Sum of RGB (Red+Green+Blue) = 113+31+19=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #711F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F13 is #8EE0EC. Grayscale: #363636. Windows color (decimal): -9363693 or 1253233. OLE color: 1253233.

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

Color convert

RGB1133119-
CMYK00.730.830.56
HSL7.66º71.21%25.88%-
HSV(B)7.66º83.19%44.31%-
XYZ7.424.541.1-
YUV54.15108.17169.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.33%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=69.33%
G=19.02%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113311900.730.830.567.6671.2125.88
Hex711F1304953388471a
Octal16137230111123701010732
Binary111000111111100110100100110100111110001000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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