#71220C

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

Shades of Falu Red #71220C

Tints of Falu Red #71220C

Color information

#71220C (or 0x71220C) is unknown color: approx Falu Red. HEX triplet: 71, 22 and 0C. RGB value is (113,34,12). Sum of RGB (Red+Green+Blue) = 113+34+12=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71220C is #8EDDF3. Grayscale: #373737. Windows color (decimal): -9362932 or 795249. OLE color: 795249.

HSL color Cylindrical-coordinate representation of color #71220C: hue angle of 13.07º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71220C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1133412-
CMYK00.700.890.56
HSL13.07º80.8%24.51%-
HSV(B)13.07º89.38%44.31%-
XYZ7.454.680.86-
YUV55.11103.67169.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=71.07%
G=21.38%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113341200.700.890.5613.0780.824.51
Hex7122C0465938d5119
Octal16142140106131701512131
Binary111000110001011000100011010110011110001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71220C; }

 p { color: rgb(113,34,12); }

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

<style>
 a { background-color: #71220C; }

 a { background-color: rgb(113,34,12); }

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

<style>
 span { border-color: #71220C; }

 span { border-color: rgb(113,34,12); }

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