#70221A

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

Shades of Falu Red #70221A

Tints of Falu Red #70221A

Color information

#70221A (or 0x70221A) is unknown color: approx Falu Red. HEX triplet: 70, 22 and 1A. RGB value is (112,34,26). Sum of RGB (Red+Green+Blue) = 112+34+26=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221A is #8FDDE5. Grayscale: #383838. Windows color (decimal): -9428454 or 1712752. OLE color: 1712752.

HSL color Cylindrical-coordinate representation of color #70221A: hue angle of 5.58º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70221A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1123426-
CMYK00.700.770.56
HSL5.58º62.32%27.06%-
HSV(B)5.58º76.79%43.92%-
XYZ7.444.661.49-
YUV56.41110.84167.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=65.12%
G=19.77%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112342600.700.770.565.5862.3227.06
Hex70221A0464D3863e1b
Octal160423201061157067633
Binary11100001000101101001000110100110111100011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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