Html Css Color HEX #701E00 Falu Red

📋 copy color: '#701E00'

red 112 ◦ green 30 ◦ blue 0

#701E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #701E00

Tints of Falu Red #701E00

RGB

 RED value IS 112 (44.14% from 255) = 78.87%

 GREEN value IS 30 (12.11% from 255) = 21.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.87%
G = 21.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701E00 (or 0x701E00) is known color: Falu Red. HEX triplet: 70, 1E and 00. RGB value is (112,30,0). Sum of RGB (Red+Green+Blue) = 112+30+0=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E00 is #8FE1FF. Grayscale: #333333. Windows color (decimal): -9429504 or 7792. OLE color: 7792.

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

Color convert

RGB 112 30 0 -
CMYK 0 0.73 1 0.56
HSL 16.07º 1% 0.22% -
HSV(B) 16.07º 1% 0.44% -
XYZ 7.15 4.37 0.47 -
YUV 51.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 112 30 0 0 0.73 1 0.56 16.07 1 0.22
Hex 70 1E 0 0 49 64 38 10 64 16
Octal 160 36 0 0 111 144 70 20 144 26
Binary 1110000 11110 0 0 1001001 1100100 111000 10000 1100100 10110

Color Harmonies of #701E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E00

Black with #701E00

Text Example


Text Example

White with #701E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #701E00;
 }
 .AnyTagClassName
 {
   color: #701E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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