Html Css Color HEX #701514 Falu Red

📋 copy color: '#701514'

red 112 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #701514

Tints of Falu Red #701514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 73.2%
G = 13.73%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#701514 (or 0x701514) is known color: Falu Red. HEX triplet: 70, 15 and 14. RGB value is (112,21,20). Sum of RGB (Red+Green+Blue) = 112+21+20=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701514 is #8FEAEB. Grayscale: #303030. Windows color (decimal): -9431788 or 1316208. OLE color: 1316208.

HSL color Cylindrical-coordinate representation of color #701514: hue angle of 0.65º 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 #701514 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 20 -
CMYK 0 0.81 0.82 0.56
HSL 0.65º 0.7% 0.26% -
HSV(B) 0.65º 0.82% 0.44% -
XYZ 7.08 4.03 1.07 -
YUV 48.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 112 21 20 0 0.81 0.82 0.56 0.65 0.7 0.26
Hex 70 15 14 0 51 52 38 1 46 1A
Octal 160 25 24 0 121 122 70 1 106 32
Binary 1110000 10101 10100 0 1010001 1010010 111000 1 1000110 11010

Color Harmonies of #701514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701514

Black with #701514

Text Example


Text Example

White with #701514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701514; }

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

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

background-color css

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

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

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

border-color css

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

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

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