#70190A

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

Shades of Falu Red #70190A

Tints of Falu Red #70190A

Color information

#70190A (or 0x70190A) is unknown color: approx Falu Red. HEX triplet: 70, 19 and 0A. RGB value is (112,25,10). Sum of RGB (Red+Green+Blue) = 112+25+10=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70190A is #8FE6F5. Grayscale: #313131. Windows color (decimal): -9430774 or 661872. OLE color: 661872.

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

Color convert

RGB1122510-
CMYK00.780.910.56
HSL8.82º83.61%23.92%-
HSV(B)8.82º91.07%43.92%-
XYZ7.084.160.72-
YUV49.3105.82172.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=76.19%
G=17.01%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112251000.780.910.568.8283.6123.92
Hex7019A04E5B3895418
Octal16031120116133701112430
Binary11100001100110100100111010110111110001001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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