#70211C

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

Shades of Falu Red #70211C

Tints of Falu Red #70211C

Color information

#70211C (or 0x70211C) is unknown color: approx Falu Red. HEX triplet: 70, 21 and 1C. RGB value is (112,33,28). Sum of RGB (Red+Green+Blue) = 112+33+28=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70211C is #8FDEE3. Grayscale: #383838. Windows color (decimal): -9428708 or 1843568. OLE color: 1843568.

HSL color Cylindrical-coordinate representation of color #70211C: hue angle of 3.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70211C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1123328-
CMYK00.710.750.56
HSL3.57º60%27.45%-
HSV(B)3.57º75%43.92%-
XYZ7.444.621.6-
YUV56.05112.17167.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=64.74%
G=19.08%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112332800.710.750.563.576027.45
Hex70211C0474B3843c1b
Octal160413401071137047433
Binary11100001000011110001000111100101111100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,33,28); }

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

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

 a { background-color: rgb(112,33,28); }

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

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

 span { border-color: rgb(112,33,28); }

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