#70220A

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

Shades of Falu Red #70220A

Tints of Falu Red #70220A

Color information

#70220A (or 0x70220A) is unknown color: approx Falu Red. HEX triplet: 70, 22 and 0A. RGB value is (112,34,10). Sum of RGB (Red+Green+Blue) = 112+34+10=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70220A is #8FDDF5. Grayscale: #363636. Windows color (decimal): -9428470 or 664176. OLE color: 664176.

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

Color convert

RGB1123410-
CMYK00.700.910.56
HSL14.12º83.61%23.92%-
HSV(B)14.12º91.07%43.92%-
XYZ7.314.610.79-
YUV54.59102.84168.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=71.79%
G=21.79%
B=6.41%

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
Decimal112341000.700.910.5614.1283.6123.92
Hex7022A0465B38e5418
Octal16042120106133701612430
Binary111000010001010100100011010110111110001110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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