Html Css Color HEX #701712 Falu Red

📋 copy color: '#701712'

red 112 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #701712

Tints of Falu Red #701712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 73.2%
G = 15.03%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#701712 (or 0x701712) is known color: Falu Red. HEX triplet: 70, 17 and 12. RGB value is (112,23,18). Sum of RGB (Red+Green+Blue) = 112+23+18=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701712 is #8FE8ED. Grayscale: #313131. Windows color (decimal): -9431278 or 1185648. OLE color: 1185648.

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

Color convert

RGB 112 23 18 -
CMYK 0 0.79 0.84 0.56
HSL 3.19º 0.72% 0.25% -
HSV(B) 3.19º 0.84% 0.44% -
XYZ 7.1 4.1 0.99 -
YUV 49.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 112 23 18 0 0.79 0.84 0.56 3.19 0.72 0.25
Hex 70 17 12 0 4F 54 38 3 48 19
Octal 160 27 22 0 117 124 70 3 110 31
Binary 1110000 10111 10010 0 1001111 1010100 111000 11 1001000 11001

Color Harmonies of #701712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701712

Black with #701712

Text Example


Text Example

White with #701712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701712; }

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

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

background-color css

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

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

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

border-color css

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

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

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