#700F0B

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

Shades of Falu Red #700F0B

Tints of Falu Red #700F0B

Color information

#700F0B (or 0x700F0B) is unknown color: approx Falu Red. HEX triplet: 70, 0F and 0B. RGB value is (112,15,11). Sum of RGB (Red+Green+Blue) = 112+15+11=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F0B is #8FF0F4. Grayscale: #2B2B2B. Windows color (decimal): -9433333 or 724848. OLE color: 724848.

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

Color convert

RGB1121511-
CMYK00.870.900.56
HSL2.38º82.11%24.12%-
HSV(B)2.38º90.18%43.92%-
XYZ6.913.810.69-
YUV43.55109.64176.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.16%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=81.16%
G=10.87%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112151100.870.900.562.3882.1124.12
Hex70FB0575A3825218
Octal1601713012713270212230
Binary11100001111101101010111101101011100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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