#711B18

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

Shades of Falu Red #711B18

Tints of Falu Red #711B18

Color information

#711B18 (or 0x711B18) is unknown color: approx Falu Red. HEX triplet: 71, 1B and 18. RGB value is (113,27,24). Sum of RGB (Red+Green+Blue) = 113+27+24=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #711B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B18 is #8EE4E7. Grayscale: #343434. Windows color (decimal): -9364712 or 1579889. OLE color: 1579889.

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

Color convert

RGB1132724-
CMYK00.760.790.56
HSL2.02º64.96%26.86%-
HSV(B)2.02º78.76%44.31%-
XYZ7.374.361.32-
YUV52.37111.99171.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=68.90%
G=16.46%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113272400.760.790.562.0264.9626.86
Hex711B1804C4F382411b
Octal1613330011411770210133
Binary1110001110111100001001100100111111100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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