#701D19

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

Shades of Falu Red #701D19

Tints of Falu Red #701D19

Color information

#701D19 (or 0x701D19) is unknown color: approx Falu Red. HEX triplet: 70, 1D and 19. RGB value is (112,29,25). Sum of RGB (Red+Green+Blue) = 112+29+25=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #701D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D19 is #8FE2E6. Grayscale: #353535. Windows color (decimal): -9429735 or 1645936. OLE color: 1645936.

HSL color Cylindrical-coordinate representation of color #701D19: hue angle of 2.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701D19 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1122925-
CMYK00.740.780.56
HSL2.76º63.5%26.86%-
HSV(B)2.76º77.68%43.92%-
XYZ7.34.391.38-
YUV53.36112169.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=67.47%
G=17.47%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112292500.740.780.562.7663.526.86
Hex701D1904A4E383401b
Octal1603531011211670310033
Binary1110000111011100101001010100111011100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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