#701A0F

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

Shades of Falu Red #701A0F

Tints of Falu Red #701A0F

Color information

#701A0F (or 0x701A0F) is unknown color: approx Falu Red. HEX triplet: 70, 1A and 0F. RGB value is (112,26,15). Sum of RGB (Red+Green+Blue) = 112+26+15=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A0F is #8FE5F0. Grayscale: #323232. Windows color (decimal): -9430513 or 989808. OLE color: 989808.

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

Color convert

RGB1122615-
CMYK00.770.870.56
HSL6.8º76.38%24.9%-
HSV(B)6.8º86.61%43.92%-
XYZ7.144.220.89-
YUV50.46107.99171.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=73.20%
G=16.99%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112261500.770.870.566.876.3824.9
Hex701AF04D573874c19
Octal1603217011512770711431
Binary1110000110101111010011011010111111000111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A0F; }

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

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

<style>
 a { background-color: #701A0F; }

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

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

<style>
 span { border-color: #701A0F; }

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

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