#71190D

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

Shades of Falu Red #71190D

Tints of Falu Red #71190D

Color information

#71190D (or 0x71190D) is unknown color: approx Falu Red. HEX triplet: 71, 19 and 0D. RGB value is (113,25,13). Sum of RGB (Red+Green+Blue) = 113+25+13=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #71190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71190D is #8EE6F2. Grayscale: #323232. Windows color (decimal): -9365235 or 858481. OLE color: 858481.

HSL color Cylindrical-coordinate representation of color #71190D: hue angle of 7.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71190D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1132513-
CMYK00.780.880.56
HSL7.2º79.37%24.71%-
HSV(B)7.2º88.5%44.31%-
XYZ7.234.240.82-
YUV49.94107.15172.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=74.83%
G=16.56%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113251300.780.880.567.279.3724.71
Hex7119D04E583874f19
Octal1613115011613070711731
Binary1110001110011101010011101011000111000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71190D; }

 p { color: rgb(113,25,13); }

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

<style>
 a { background-color: #71190D; }

 a { background-color: rgb(113,25,13); }

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

<style>
 span { border-color: #71190D; }

 span { border-color: rgb(113,25,13); }

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