#711B14

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

Shades of Falu Red #711B14

Tints of Falu Red #711B14

Color information

#711B14 (or 0x711B14) is unknown color: approx Falu Red. HEX triplet: 71, 1B and 14. RGB value is (113,27,20). Sum of RGB (Red+Green+Blue) = 113+27+20=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B14 is #8EE4EB. Grayscale: #343434. Windows color (decimal): -9364716 or 1317745. OLE color: 1317745.

HSL color Cylindrical-coordinate representation of color #711B14: hue angle of 4.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711B14 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1132720-
CMYK00.760.820.56
HSL4.52º69.92%26.08%-
HSV(B)4.52º82.3%44.31%-
XYZ7.334.351.11-
YUV51.92109.99171.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.62%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=70.62%
G=16.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113272000.760.820.564.5269.9226.08
Hex711B1404C52385461a
Octal1613324011412270510632
Binary11100011101110100010011001010010111000101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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