#711F12

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

Shades of Falu Red #711F12

Tints of Falu Red #711F12

Color information

#711F12 (or 0x711F12) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 12. RGB value is (113,31,18). Sum of RGB (Red+Green+Blue) = 113+31+18=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F12 is #8EE0ED. Grayscale: #363636. Windows color (decimal): -9363694 or 1187697. OLE color: 1187697.

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

Color convert

RGB1133118-
CMYK00.730.840.56
HSL8.21º72.52%25.69%-
HSV(B)8.21º84.07%44.31%-
XYZ7.414.531.06-
YUV54.04107.67170.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.75%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=69.75%
G=19.14%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113311800.730.840.568.2172.5225.69
Hex711F1204954388491a
Octal16137220111124701011132
Binary111000111111100100100100110101001110001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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