#701F00

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

Shades of Falu Red #701F00

Tints of Falu Red #701F00

Color information

#701F00 (or 0x701F00) is unknown color: approx Falu Red. HEX triplet: 70, 1F and 00. RGB value is (112,31,0). Sum of RGB (Red+Green+Blue) = 112+31+0=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F00 is #8FE0FF. Grayscale: #333333. Windows color (decimal): -9429248 or 8048. OLE color: 8048.

HSL color Cylindrical-coordinate representation of color #701F00: hue angle of 16.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #701F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB112310-
CMYK00.7210.56
HSL16.61º100%21.96%-
HSV(B)16.61º100%43.92%-
XYZ7.174.420.48-
YUV51.6898.84171.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.32%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.32%
G=21.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11231000.7210.5616.6110021.96
Hex701F00486438116416
Octal1603700110144702114426
Binary111000011111001001000110010011100010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,31,0); }

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

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

 a { background-color: rgb(112,31,0); }

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

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

 span { border-color: rgb(112,31,0); }

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