#70210D

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

Shades of Falu Red #70210D

Tints of Falu Red #70210D

Color information

#70210D (or 0x70210D) is unknown color: approx Falu Red. HEX triplet: 70, 21 and 0D. RGB value is (112,33,13). Sum of RGB (Red+Green+Blue) = 112+33+13=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210D is #8FDEF2. Grayscale: #363636. Windows color (decimal): -9428723 or 860528. OLE color: 860528.

HSL color Cylindrical-coordinate representation of color #70210D: hue angle of 12.12º degrees, saturation: 0.79, 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 #70210D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1123313-
CMYK00.710.880.56
HSL12.12º79.2%24.51%-
HSV(B)12.12º88.39%43.92%-
XYZ7.34.560.88-
YUV54.34104.67169.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=70.89%
G=20.89%
B=8.23%

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
Decimal112331300.710.880.5612.1279.224.51
Hex7021D0475838c4f19
Octal16041150107130701411731
Binary111000010000111010100011110110001110001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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