#71190A

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

Shades of Falu Red #71190A

Tints of Falu Red #71190A

Color information

#71190A (or 0x71190A) is unknown color: approx Falu Red. HEX triplet: 71, 19 and 0A. RGB value is (113,25,10). Sum of RGB (Red+Green+Blue) = 113+25+10=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71190A is #8EE6F5. Grayscale: #313131. Windows color (decimal): -9365238 or 661873. OLE color: 661873.

HSL color Cylindrical-coordinate representation of color #71190A: hue angle of 8.74º 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 #71190A is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1132510-
CMYK00.780.910.56
HSL8.74º83.74%24.12%-
HSV(B)8.74º91.15%44.31%-
XYZ7.214.230.72-
YUV49.6105.65173.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.35%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=76.35%
G=16.89%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113251000.780.910.568.7483.7424.12
Hex7119A04E5B3895418
Octal16131120116133701112430
Binary11100011100110100100111010110111110001001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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