#701710

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

Shades of Falu Red #701710

Tints of Falu Red #701710

Color information

#701710 (or 0x701710) is unknown color: approx Falu Red. HEX triplet: 70, 17 and 10. RGB value is (112,23,16). Sum of RGB (Red+Green+Blue) = 112+23+16=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701710 is #8FE8EF. Grayscale: #303030. Windows color (decimal): -9431280 or 1054576. OLE color: 1054576.

HSL color Cylindrical-coordinate representation of color #701710: hue angle of 4.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701710 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1122316-
CMYK00.790.860.56
HSL4.38º75%25.1%-
HSV(B)4.38º85.71%43.92%-
XYZ7.084.090.91-
YUV48.81109.49173.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=74.17%
G=15.23%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112231600.790.860.564.387525.1
Hex70171004F563844b19
Octal1602720011712670411331
Binary11100001011110000010011111010110111000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701710; }

 p { color: rgb(112,23,16); }

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

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

 a { background-color: rgb(112,23,16); }

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

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

 span { border-color: rgb(112,23,16); }

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