#700E0B

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

Shades of Falu Red #700E0B

Tints of Falu Red #700E0B

Color information

#700E0B (or 0x700E0B) is unknown color: approx Falu Red. HEX triplet: 70, 0E and 0B. RGB value is (112,14,11). Sum of RGB (Red+Green+Blue) = 112+14+11=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E0B is #8FF1F4. Grayscale: #2B2B2B. Windows color (decimal): -9433589 or 724592. OLE color: 724592.

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

Color convert

RGB1121411-
CMYK00.880.900.56
HSL1.78º82.11%24.12%-
HSV(B)1.78º90.18%43.92%-
XYZ6.93.780.68-
YUV42.96109.97177.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=81.75%
G=10.22%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112141100.880.900.561.7882.1124.12
Hex70EB0585A3825218
Octal1601613013013270212230
Binary11100001110101101011000101101011100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700E0B; }

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

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

<style>
 a { background-color: #700E0B; }

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

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

<style>
 span { border-color: #700E0B; }

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

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