#700F0A

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

Shades of Falu Red #700F0A

Tints of Falu Red #700F0A

Color information

#700F0A (or 0x700F0A) is unknown color: approx Falu Red. HEX triplet: 70, 0F and 0A. RGB value is (112,15,10). Sum of RGB (Red+Green+Blue) = 112+15+10=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F0A is #8FF0F5. Grayscale: #2B2B2B. Windows color (decimal): -9433334 or 659312. OLE color: 659312.

HSL color Cylindrical-coordinate representation of color #700F0A: hue angle of 2.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700F0A is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1121510-
CMYK00.870.910.56
HSL2.94º83.61%23.92%-
HSV(B)2.94º91.07%43.92%-
XYZ6.913.810.66-
YUV43.43109.14176.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=81.75%
G=10.95%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112151000.870.910.562.9483.6123.92
Hex70FA0575B3835418
Octal1601712012713370312430
Binary11100001111101001010111101101111100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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