Html Css Color HEX #701710 Falu Red

📋 copy color: '#701710'

red 112 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #701710

Tints of Falu Red #701710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 74.17%
G = 15.23%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#701710 (or 0x701710) is known color: Falu Red. HEX triplet: 70, 17 and 10. RGB value is (112,23,16). Sum of RGB (Red+Green+Blue) = 112+23+16=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701710 is #8FE8EF. Grayscale: #303030. Windows color (decimal): -9431280 or 1054576. OLE color: 1054576.

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

Color convert

RGB 112 23 16 -
CMYK 0 0.79 0.86 0.56
HSL 4.38º 0.75% 0.25% -
HSV(B) 4.38º 0.86% 0.44% -
XYZ 7.08 4.09 0.91 -
YUV 48.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 112 23 16 0 0.79 0.86 0.56 4.38 0.75 0.25
Hex 70 17 10 0 4F 56 38 4 4B 19
Octal 160 27 20 0 117 126 70 4 113 31
Binary 1110000 10111 10000 0 1001111 1010110 111000 100 1001011 11001

Color Harmonies of #701710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701710

Black with #701710

Text Example


Text Example

White with #701710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701710; }

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

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

background-color css

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

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

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

border-color css

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

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

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