#71170A

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

Shades of Falu Red #71170A

Tints of Falu Red #71170A

Color information

#71170A (or 0x71170A) is unknown color: approx Falu Red. HEX triplet: 71, 17 and 0A. RGB value is (113,23,10). Sum of RGB (Red+Green+Blue) = 113+23+10=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71170A is #8EE8F5. Grayscale: #303030. Windows color (decimal): -9365750 or 661361. OLE color: 661361.

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

Color convert

RGB1132310-
CMYK00.800.910.56
HSL7.57º83.74%24.12%-
HSV(B)7.57º91.15%44.31%-
XYZ7.174.150.71-
YUV48.43106.32174.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.40%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=77.40%
G=15.75%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113231000.800.910.567.5783.7424.12
Hex7117A0505B3885418
Octal16127120120133701012430
Binary11100011011110100101000010110111110001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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