#71170F

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

Shades of Falu Red #71170F

Tints of Falu Red #71170F

Color information

#71170F (or 0x71170F) is unknown color: approx Falu Red. HEX triplet: 71, 17 and 0F. RGB value is (113,23,15). Sum of RGB (Red+Green+Blue) = 113+23+15=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #71170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71170F is #8EE8F0. Grayscale: #313131. Windows color (decimal): -9365745 or 989041. OLE color: 989041.

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

Color convert

RGB1132315-
CMYK00.800.870.56
HSL4.9º76.56%25.1%-
HSV(B)4.9º86.73%44.31%-
XYZ7.24.160.87-
YUV49108.82173.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=74.83%
G=15.23%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113231500.800.870.564.976.5625.1
Hex7117F050573854d19
Octal1612717012012770511531
Binary1110001101111111010100001010111111000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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