Html Css Color HEX #701714 Falu Red

📋 copy color: '#701714'

red 112 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #701714

Tints of Falu Red #701714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 72.26%
G = 14.84%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#701714 (or 0x701714) is known color: Falu Red. HEX triplet: 70, 17 and 14. RGB value is (112,23,20). Sum of RGB (Red+Green+Blue) = 112+23+20=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701714 is #8FE8EB. Grayscale: #313131. Windows color (decimal): -9431276 or 1316720. OLE color: 1316720.

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

Color convert

RGB 112 23 20 -
CMYK 0 0.79 0.82 0.56
HSL 1.96º 0.7% 0.26% -
HSV(B) 1.96º 0.82% 0.44% -
XYZ 7.11 4.11 1.08 -
YUV 49.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 112 23 20 0 0.79 0.82 0.56 1.96 0.7 0.26
Hex 70 17 14 0 4F 52 38 2 46 1A
Octal 160 27 24 0 117 122 70 2 106 32
Binary 1110000 10111 10100 0 1001111 1010010 111000 10 1000110 11010

Color Harmonies of #701714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701714

Black with #701714

Text Example


Text Example

White with #701714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701714; }

 p { color: rgb(112,23,20); }

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

background-color css

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

 a { background-color: rgb(112,23,20); }

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

border-color css

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

 span { border-color: rgb(112,23,20); }

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