#711409

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

Shades of Falu Red #711409

Tints of Falu Red #711409

Color information

#711409 (or 0x711409) is unknown color: approx Falu Red. HEX triplet: 71, 14 and 09. RGB value is (113,20,9). Sum of RGB (Red+Green+Blue) = 113+20+9=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #711409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711409 is #8EEBF6. Grayscale: #2E2E2E. Windows color (decimal): -9366519 or 595057. OLE color: 595057.

HSL color Cylindrical-coordinate representation of color #711409: hue angle of 6.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #711409 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113209-
CMYK00.820.920.56
HSL6.35º85.25%23.92%-
HSV(B)6.35º92.04%44.31%-
XYZ7.114.030.66-
YUV46.55106.81175.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=79.58%
G=14.08%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11320900.820.920.566.3585.2523.92
Hex711490525C3865518
Octal1612411012213470612530
Binary1110001101001001010100101011100111000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711409; }

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

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

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

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

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

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

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

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