Html Css Color HEX #701713 Falu Red

📋 copy color: '#701713'

red 112 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #701713

Tints of Falu Red #701713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 72.73%
G = 14.94%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#701713 (or 0x701713) is known color: Falu Red. HEX triplet: 70, 17 and 13. RGB value is (112,23,19). Sum of RGB (Red+Green+Blue) = 112+23+19=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701713 is #8FE8EC. Grayscale: #313131. Windows color (decimal): -9431277 or 1251184. OLE color: 1251184.

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

Color convert

RGB 112 23 19 -
CMYK 0 0.79 0.83 0.56
HSL 2.58º 0.71% 0.26% -
HSV(B) 2.58º 0.83% 0.44% -
XYZ 7.11 4.1 1.03 -
YUV 49.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 112 23 19 0 0.79 0.83 0.56 2.58 0.71 0.26
Hex 70 17 13 0 4F 53 38 3 47 1A
Octal 160 27 23 0 117 123 70 3 107 32
Binary 1110000 10111 10011 0 1001111 1010011 111000 11 1000111 11010

Color Harmonies of #701713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701713

Black with #701713

Text Example


Text Example

White with #701713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701713; }

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

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

background-color css

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

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

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

border-color css

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

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

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