#711D18

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

Shades of Falu Red #711D18

Tints of Falu Red #711D18

Color information

#711D18 (or 0x711D18) is unknown color: approx Falu Red. HEX triplet: 71, 1D and 18. RGB value is (113,29,24). Sum of RGB (Red+Green+Blue) = 113+29+24=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D18 is #8EE2E7. Grayscale: #353535. Windows color (decimal): -9364200 or 1580401. OLE color: 1580401.

HSL color Cylindrical-coordinate representation of color #711D18: hue angle of 3.37º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711D18 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1132924-
CMYK00.740.790.56
HSL3.37º64.96%26.86%-
HSV(B)3.37º78.76%44.31%-
XYZ7.414.461.33-
YUV53.55111.33170.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=68.07%
G=17.47%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113292400.740.790.563.3764.9626.86
Hex711D1804A4F383411b
Octal1613530011211770310133
Binary1110001111011100001001010100111111100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,29,24); }

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

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

 a { background-color: rgb(113,29,24); }

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

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

 span { border-color: rgb(113,29,24); }

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