#71170C

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

Shades of Falu Red #71170C

Tints of Falu Red #71170C

Color information

#71170C (or 0x71170C) is unknown color: approx Falu Red. HEX triplet: 71, 17 and 0C. RGB value is (113,23,12). Sum of RGB (Red+Green+Blue) = 113+23+12=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71170C is #8EE8F3. Grayscale: #303030. Windows color (decimal): -9365748 or 792433. OLE color: 792433.

HSL color Cylindrical-coordinate representation of color #71170C: hue angle of 6.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71170C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1132312-
CMYK00.800.890.56
HSL6.53º80.8%24.51%-
HSV(B)6.53º89.38%44.31%-
XYZ7.184.150.77-
YUV48.66107.32173.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.35%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=76.35%
G=15.54%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113231200.800.890.566.5380.824.51
Hex7117C050593875119
Octal1612714012013170712131
Binary1110001101111100010100001011001111000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71170C; }

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

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

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

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

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

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

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

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