#71220A

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

Shades of Falu Red #71220A

Tints of Falu Red #71220A

Color information

#71220A (or 0x71220A) is unknown color: approx Falu Red. HEX triplet: 71, 22 and 0A. RGB value is (113,34,10). Sum of RGB (Red+Green+Blue) = 113+34+10=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71220A is #8EDDF5. Grayscale: #373737. Windows color (decimal): -9362934 or 664177. OLE color: 664177.

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

Color convert

RGB1133410-
CMYK00.700.910.56
HSL13.98º83.74%24.12%-
HSV(B)13.98º91.15%44.31%-
XYZ7.444.680.8-
YUV54.88102.67169.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=71.97%
G=21.66%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113341000.700.910.5613.9883.7424.12
Hex7122A0465B38e5418
Octal16142120106133701612430
Binary111000110001010100100011010110111110001110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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