#70110F

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

Shades of Falu Red #70110F

Tints of Falu Red #70110F

Color information

#70110F (or 0x70110F) is unknown color: approx Falu Red. HEX triplet: 70, 11 and 0F. RGB value is (112,17,15). Sum of RGB (Red+Green+Blue) = 112+17+15=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110F is #8FEEF0. Grayscale: #2D2D2D. Windows color (decimal): -9432817 or 987504. OLE color: 987504.

HSL color Cylindrical-coordinate representation of color #70110F: hue angle of 1.24º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70110F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1121715-
CMYK00.850.870.56
HSL1.24º76.38%24.9%-
HSV(B)1.24º86.61%43.92%-
XYZ6.973.880.83-
YUV45.18110.97175.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=77.78%
G=11.81%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112171500.850.870.561.2476.3824.9
Hex7011F055573814c19
Octal1602117012512770111431
Binary11100001000111110101010110101111110001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70110F; }

 p { color: rgb(112,17,15); }

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

<style>
 a { background-color: #70110F; }

 a { background-color: rgb(112,17,15); }

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

<style>
 span { border-color: #70110F; }

 span { border-color: rgb(112,17,15); }

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