#70210E

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

Shades of Falu Red #70210E

Tints of Falu Red #70210E

Color information

#70210E (or 0x70210E) is unknown color: approx Falu Red. HEX triplet: 70, 21 and 0E. RGB value is (112,33,14). Sum of RGB (Red+Green+Blue) = 112+33+14=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210E is #8FDEF1. Grayscale: #363636. Windows color (decimal): -9428722 or 926064. OLE color: 926064.

HSL color Cylindrical-coordinate representation of color #70210E: hue angle of 11.63º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70210E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1123314-
CMYK00.710.880.56
HSL11.63º77.78%24.71%-
HSV(B)11.63º87.5%43.92%-
XYZ7.314.560.91-
YUV54.46105.17169.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=70.44%
G=20.75%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112331400.710.880.5611.6377.7824.71
Hex7021E0475838c4e19
Octal16041160107130701411631
Binary111000010000111100100011110110001110001100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70210E; }

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

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

<style>
 a { background-color: #70210E; }

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

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

<style>
 span { border-color: #70210E; }

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

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