#70150D

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

Shades of Falu Red #70150D

Tints of Falu Red #70150D

Color information

#70150D (or 0x70150D) is unknown color: approx Falu Red. HEX triplet: 70, 15 and 0D. RGB value is (112,21,13). Sum of RGB (Red+Green+Blue) = 112+21+13=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150D is #8FEAF2. Grayscale: #2F2F2F. Windows color (decimal): -9431795 or 857456. OLE color: 857456.

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

Color convert

RGB1122113-
CMYK00.810.880.56
HSL4.85º79.2%24.51%-
HSV(B)4.85º88.39%43.92%-
XYZ7.024.010.78-
YUV47.3108.65174.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.71%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=76.71%
G=14.38%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112211300.810.880.564.8579.224.51
Hex7015D051583854f19
Octal1602515012113070511731
Binary1110000101011101010100011011000111000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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