#701906

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

Shades of Falu Red #701906

Tints of Falu Red #701906

Color information

#701906 (or 0x701906) is unknown color: approx Falu Red. HEX triplet: 70, 19 and 06. RGB value is (112,25,6). Sum of RGB (Red+Green+Blue) = 112+25+6=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701906 is #8FE6F9. Grayscale: #313131. Windows color (decimal): -9430778 or 399728. OLE color: 399728.

HSL color Cylindrical-coordinate representation of color #701906: hue angle of 10.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #701906 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB112256-
CMYK00.780.950.56
HSL10.75º89.83%23.14%-
HSV(B)10.75º94.64%43.92%-
XYZ7.064.150.6-
YUV48.85103.82173.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.32%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=78.32%
G=17.48%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11225600.780.950.5610.7589.8323.14
Hex7019604E5F38b5a17
Octal1603160116137701313227
Binary1110000110011100100111010111111110001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701906; }

 p { color: rgb(112,25,6); }

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

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

 a { background-color: rgb(112,25,6); }

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

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

 span { border-color: rgb(112,25,6); }

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