#70150B

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

Shades of Falu Red #70150B

Tints of Falu Red #70150B

Color information

#70150B (or 0x70150B) is unknown color: approx Falu Red. HEX triplet: 70, 15 and 0B. RGB value is (112,21,11). Sum of RGB (Red+Green+Blue) = 112+21+11=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150B is #8FEAF4. Grayscale: #2F2F2F. Windows color (decimal): -9431797 or 726384. OLE color: 726384.

HSL color Cylindrical-coordinate representation of color #70150B: hue angle of 5.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70150B is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1122111-
CMYK00.810.900.56
HSL5.94º82.11%24.12%-
HSV(B)5.94º90.18%43.92%-
XYZ7.014.010.72-
YUV47.07107.65174.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=77.78%
G=14.58%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112211100.810.900.565.9482.1124.12
Hex7015B0515A3865218
Octal1602513012113270612230
Binary1110000101011011010100011011010111000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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