#711904

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

Shades of Falu Red #711904

Tints of Falu Red #711904

Color information

#711904 (or 0x711904) is unknown color: approx Falu Red. HEX triplet: 71, 19 and 04. RGB value is (113,25,4). Sum of RGB (Red+Green+Blue) = 113+25+4=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #711904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711904 is #8EE6FB. Grayscale: #313131. Windows color (decimal): -9365244 or 268657. OLE color: 268657.

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

Color convert

RGB113254-
CMYK00.780.960.56
HSL11.56º93.16%22.94%-
HSV(B)11.56º96.46%44.31%-
XYZ7.184.210.55-
YUV48.92102.65173.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=79.58%
G=17.61%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11325400.780.960.5611.5693.1622.94
Hex7119404E6038c5d17
Octal1613140116140701413527
Binary1110001110011000100111011000001110001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711904; }

 p { color: rgb(113,25,4); }

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

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

 a { background-color: rgb(113,25,4); }

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

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

 span { border-color: rgb(113,25,4); }

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