Html Css Color HEX #701913 Falu Red

📋 copy color: '#701913'

red 112 ◦ green 25 ◦ blue 19

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

Shades of Falu Red #701913

Tints of Falu Red #701913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 71.79%
G = 16.03%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#701913 (or 0x701913) is known color: Falu Red. HEX triplet: 70, 19 and 13. RGB value is (112,25,19). Sum of RGB (Red+Green+Blue) = 112+25+19=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701913 is #8FE6EC. Grayscale: #323232. Windows color (decimal): -9430765 or 1251696. OLE color: 1251696.

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

Color convert

RGB 112 25 19 -
CMYK 0 0.78 0.83 0.56
HSL 3.87º 0.71% 0.26% -
HSV(B) 3.87º 0.83% 0.44% -
XYZ 7.15 4.19 1.05 -
YUV 50.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 112 25 19 0 0.78 0.83 0.56 3.87 0.71 0.26
Hex 70 19 13 0 4E 53 38 4 47 1A
Octal 160 31 23 0 116 123 70 4 107 32
Binary 1110000 11001 10011 0 1001110 1010011 111000 100 1000111 11010

Color Harmonies of #701913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701913

Black with #701913

Text Example


Text Example

White with #701913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701913; }

 p { color: rgb(112,25,19); }

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

background-color css

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

 a { background-color: rgb(112,25,19); }

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

border-color css

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

 span { border-color: rgb(112,25,19); }

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