#711712

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

Shades of Falu Red #711712

Tints of Falu Red #711712

Color information

#711712 (or 0x711712) is unknown color: approx Falu Red. HEX triplet: 71, 17 and 12. RGB value is (113,23,18). Sum of RGB (Red+Green+Blue) = 113+23+18=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711712 is #8EE8ED. Grayscale: #313131. Windows color (decimal): -9365742 or 1185649. OLE color: 1185649.

HSL color Cylindrical-coordinate representation of color #711712: hue angle of 3.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711712 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1132318-
CMYK00.800.840.56
HSL3.16º72.52%25.69%-
HSV(B)3.16º84.07%44.31%-
XYZ7.234.171-
YUV49.34110.32173.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.38%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=73.38%
G=14.94%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113231800.800.840.563.1672.5225.69
Hex71171205054383491a
Octal1612722012012470311132
Binary1110001101111001001010000101010011100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711712; }

 p { color: rgb(113,23,18); }

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

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

 a { background-color: rgb(113,23,18); }

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

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

 span { border-color: rgb(113,23,18); }

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