#701E02

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

Shades of Falu Red #701E02

Tints of Falu Red #701E02

Color information

#701E02 (or 0x701E02) is unknown color: approx Falu Red. HEX triplet: 70, 1E and 02. RGB value is (112,30,2). Sum of RGB (Red+Green+Blue) = 112+30+2=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E02 is #8FE1FD. Grayscale: #333333. Windows color (decimal): -9429502 or 138864. OLE color: 138864.

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

Color convert

RGB112302-
CMYK00.730.980.56
HSL15.27º96.49%22.35%-
HSV(B)15.27º98.21%43.92%-
XYZ7.164.380.53-
YUV51.33100.17171.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=77.78%
G=20.83%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11230200.730.980.5615.2796.4922.35
Hex701E20496238f6016
Octal1603620111142701714026
Binary111000011110100100100111000101110001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,30,2); }

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

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

 a { background-color: rgb(112,30,2); }

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

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

 span { border-color: rgb(112,30,2); }

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