#711406

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

Shades of Falu Red #711406

Tints of Falu Red #711406

Color information

#711406 (or 0x711406) is unknown color: approx Falu Red. HEX triplet: 71, 14 and 06. RGB value is (113,20,6). Sum of RGB (Red+Green+Blue) = 113+20+6=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #711406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711406 is #8EEBF9. Grayscale: #2E2E2E. Windows color (decimal): -9366522 or 398449. OLE color: 398449.

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

Color convert

RGB113206-
CMYK00.820.950.56
HSL7.85º89.92%23.33%-
HSV(B)7.85º94.69%44.31%-
XYZ7.094.020.58-
YUV46.21105.31175.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.29%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=81.29%
G=14.39%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11320600.820.950.567.8589.9223.33
Hex711460525F3885a17
Octal1612460122137701013227
Binary1110001101001100101001010111111110001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711406; }

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

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

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

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

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

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

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

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