#71160F

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

Shades of Falu Red #71160F

Tints of Falu Red #71160F

Color information

#71160F (or 0x71160F) is unknown color: approx Falu Red. HEX triplet: 71, 16 and 0F. RGB value is (113,22,15). Sum of RGB (Red+Green+Blue) = 113+22+15=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71160F is #8EE9F0. Grayscale: #303030. Windows color (decimal): -9366001 or 988785. OLE color: 988785.

HSL color Cylindrical-coordinate representation of color #71160F: hue angle of 4.29º 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 #71160F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1132215-
CMYK00.810.870.56
HSL4.29º76.56%25.1%-
HSV(B)4.29º86.73%44.31%-
XYZ7.184.120.87-
YUV48.41109.15174.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 75.33%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 15 (6.25% from 255) = 10%
R=75.33%
G=14.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113221500.810.870.564.2976.5625.1
Hex7116F051573844d19
Octal1612617012112770411531
Binary1110001101101111010100011010111111000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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