Html Css Color HEX #701F12 Falu Red

📋 copy color: '#701F12'

red 112 ◦ green 31 ◦ blue 18

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

Shades of Falu Red #701F12

Tints of Falu Red #701F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 69.57%
G = 19.25%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#701F12 (or 0x701F12) is known color: Falu Red. HEX triplet: 70, 1F and 12. RGB value is (112,31,18). Sum of RGB (Red+Green+Blue) = 112+31+18=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #701F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F12 is #8FE0ED. Grayscale: #353535. Windows color (decimal): -9429230 or 1187696. OLE color: 1187696.

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

Color convert

RGB 112 31 18 -
CMYK 0 0.72 0.84 0.56
HSL 8.3º 0.72% 0.25% -
HSV(B) 8.3º 0.84% 0.44% -
XYZ 7.28 4.47 1.05 -
YUV 53.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 112 31 18 0 0.72 0.84 0.56 8.3 0.72 0.25
Hex 70 1F 12 0 48 54 38 8 48 19
Octal 160 37 22 0 110 124 70 10 110 31
Binary 1110000 11111 10010 0 1001000 1010100 111000 1000 1001000 11001

Color Harmonies of #701F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F12

Black with #701F12

Text Example


Text Example

White with #701F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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