#701C00

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

Shades of Falu Red #701C00

Tints of Falu Red #701C00

Color information

#701C00 (or 0x701C00) is unknown color: approx Falu Red. HEX triplet: 70, 1C and 00. RGB value is (112,28,0). Sum of RGB (Red+Green+Blue) = 112+28+0=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C00 is #8FE3FF. Grayscale: #323232. Windows color (decimal): -9430016 or 7280. OLE color: 7280.

HSL color Cylindrical-coordinate representation of color #701C00: hue angle of 15º 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 #701C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB112280-
CMYK00.7510.56
HSL15º100%21.96%-
HSV(B)15º100%43.92%-
XYZ7.14.280.45-
YUV49.9299.83172.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80%
GREEN value IS 28 (11.33% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11228000.7510.561510021.96
Hex701C004B6438f6416
Octal1603400113144701714426
Binary11100001110000100101111001001110001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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