#701917

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

Shades of Falu Red #701917

Tints of Falu Red #701917

Color information

#701917 (or 0x701917) is unknown color: approx Falu Red. HEX triplet: 70, 19 and 17. RGB value is (112,25,23). Sum of RGB (Red+Green+Blue) = 112+25+23=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701917 is #8FE6E8. Grayscale: #323232. Windows color (decimal): -9430761 or 1513840. OLE color: 1513840.

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

Color convert

RGB1122523-
CMYK00.780.790.56
HSL1.35º65.93%26.47%-
HSV(B)1.35º79.46%43.92%-
XYZ7.184.21.24-
YUV50.78112.32171.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=70%
G=15.62%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112252300.780.790.561.3565.9326.47
Hex70191704E4F381421a
Octal1603127011611770110232
Binary111000011001101110100111010011111110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701917; }

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

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

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

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

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

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

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

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