#701904

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

Shades of Falu Red #701904

Tints of Falu Red #701904

Color information

#701904 (or 0x701904) is unknown color: approx Falu Red. HEX triplet: 70, 19 and 04. RGB value is (112,25,4). Sum of RGB (Red+Green+Blue) = 112+25+4=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701904 is #8FE6FB. Grayscale: #303030. Windows color (decimal): -9430780 or 268656. OLE color: 268656.

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

Color convert

RGB112254-
CMYK00.780.960.56
HSL11.67º93.1%22.75%-
HSV(B)11.67º96.43%43.92%-
XYZ7.054.150.54-
YUV48.62102.82173.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 79.43%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=79.43%
G=17.73%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11225400.780.960.5611.6793.122.75
Hex7019404E6038c5d17
Octal1603140116140701413527
Binary1110000110011000100111011000001110001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701904; }

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

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

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

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

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

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

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

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