#711E1D

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

Shades of Falu Red #711E1D

Tints of Falu Red #711E1D

Color information

#711E1D (or 0x711E1D) is unknown color: approx Falu Red. HEX triplet: 71, 1E and 1D. RGB value is (113,30,29). Sum of RGB (Red+Green+Blue) = 113+30+29=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E1D is #8EE1E2. Grayscale: #363636. Windows color (decimal): -9363939 or 1908337. OLE color: 1908337.

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

Color convert

RGB1133029-
CMYK00.730.740.56
HSL0.71º59.15%27.84%-
HSV(B)0.71º74.34%44.31%-
XYZ7.54.531.64-
YUV54.7113.5169.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=65.70%
G=17.44%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113302900.730.740.560.7159.1527.84
Hex711E1D0494A3813b1c
Octal161363501111127017334
Binary11100011111011101010010011001010111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,29); }

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

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

 a { background-color: rgb(113,30,29); }

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

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

 span { border-color: rgb(113,30,29); }

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