#711A06

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

Shades of Falu Red #711A06

Tints of Falu Red #711A06

Color information

#711A06 (or 0x711A06) is unknown color: approx Falu Red. HEX triplet: 71, 1A and 06. RGB value is (113,26,6). Sum of RGB (Red+Green+Blue) = 113+26+6=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #711A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A06 is #8EE5F9. Grayscale: #313131. Windows color (decimal): -9364986 or 399985. OLE color: 399985.

HSL color Cylindrical-coordinate representation of color #711A06: hue angle of 11.21º 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 #711A06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113266-
CMYK00.770.950.56
HSL11.21º89.92%23.33%-
HSV(B)11.21º94.69%44.31%-
XYZ7.214.260.61-
YUV49.73103.32173.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.93%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=77.93%
G=17.93%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11326600.770.950.5611.2189.9223.33
Hex711A604D5F38b5a17
Octal1613260115137701313227
Binary1110001110101100100110110111111110001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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