#701814

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

Shades of Falu Red #701814

Tints of Falu Red #701814

Color information

#701814 (or 0x701814) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 14. RGB value is (112,24,20). Sum of RGB (Red+Green+Blue) = 112+24+20=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701814 is #8FE7EB. Grayscale: #313131. Windows color (decimal): -9431020 or 1316976. OLE color: 1316976.

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

Color convert

RGB1122420-
CMYK00.790.820.56
HSL2.61º69.7%25.88%-
HSV(B)2.61º82.14%43.92%-
XYZ7.134.151.09-
YUV49.86111.15172.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=71.79%
G=15.38%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112242000.790.820.562.6169.725.88
Hex70181404F52383461a
Octal1603024011712270310632
Binary1110000110001010001001111101001011100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701814; }

 p { color: rgb(112,24,20); }

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

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

 a { background-color: rgb(112,24,20); }

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

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

 span { border-color: rgb(112,24,20); }

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