Html Css Color HEX #701B13 Falu Red

📋 copy color: '#701B13'

red 112 ◦ green 27 ◦ blue 19

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

Shades of Falu Red #701B13

Tints of Falu Red #701B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.09%

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

R = 70.89%
G = 17.09%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#701B13 (or 0x701B13) is known color: Falu Red. HEX triplet: 70, 1B and 13. RGB value is (112,27,19). Sum of RGB (Red+Green+Blue) = 112+27+19=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #701B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B13 is #8FE4EC. Grayscale: #333333. Windows color (decimal): -9430253 or 1252208. OLE color: 1252208.

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

Color convert

RGB 112 27 19 -
CMYK 0 0.76 0.83 0.56
HSL 5.16º 0.71% 0.26% -
HSV(B) 5.16º 0.83% 0.44% -
XYZ 7.19 4.28 1.06 -
YUV 51.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 112 27 19 0 0.76 0.83 0.56 5.16 0.71 0.26
Hex 70 1B 13 0 4C 53 38 5 47 1A
Octal 160 33 23 0 114 123 70 5 107 32
Binary 1110000 11011 10011 0 1001100 1010011 111000 101 1000111 11010

Color Harmonies of #701B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B13

Black with #701B13

Text Example


Text Example

White with #701B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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