Html Css Color HEX #701709 Falu Red

📋 copy color: '#701709'

red 112 ◦ green 23 ◦ blue 9

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

Shades of Falu Red #701709

Tints of Falu Red #701709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 77.78%
G = 15.97%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#701709 (or 0x701709) is known color: Falu Red. HEX triplet: 70, 17 and 09. RGB value is (112,23,9). Sum of RGB (Red+Green+Blue) = 112+23+9=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701709 is #8FE8F6. Grayscale: #303030. Windows color (decimal): -9431287 or 595824. OLE color: 595824.

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

Color convert

RGB 112 23 9 -
CMYK 0 0.79 0.92 0.56
HSL 8.16º 0.85% 0.24% -
HSV(B) 8.16º 0.92% 0.44% -
XYZ 7.04 4.08 0.67 -
YUV 48.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 112 23 9 0 0.79 0.92 0.56 8.16 0.85 0.24
Hex 70 17 9 0 4F 5C 38 8 55 18
Octal 160 27 11 0 117 134 70 10 125 30
Binary 1110000 10111 1001 0 1001111 1011100 111000 1000 1010101 11000

Color Harmonies of #701709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701709

Black with #701709

Text Example


Text Example

White with #701709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701709; }

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

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

background-color css

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

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

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

border-color css

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

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

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