Html Css Color HEX #701A19 Falu Red

📋 copy color: '#701A19'

red 112 ◦ green 26 ◦ blue 25

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

Shades of Falu Red #701A19

Tints of Falu Red #701A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 68.71%
G = 15.95%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701A19 (or 0x701A19) is known color: Falu Red. HEX triplet: 70, 1A and 19. RGB value is (112,26,25). Sum of RGB (Red+Green+Blue) = 112+26+25=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A19 is #8FE5E6. Grayscale: #333333. Windows color (decimal): -9430503 or 1645168. OLE color: 1645168.

HSL color Cylindrical-coordinate representation of color #701A19: hue angle of 0.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701A19 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 25 -
CMYK 0 0.77 0.78 0.56
HSL 0.69º 0.64% 0.27% -
HSV(B) 0.69º 0.78% 0.44% -
XYZ 7.23 4.25 1.36 -
YUV 51.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 112 26 25 0 0.77 0.78 0.56 0.69 0.64 0.27
Hex 70 1A 19 0 4D 4E 38 1 40 1B
Octal 160 32 31 0 115 116 70 1 100 33
Binary 1110000 11010 11001 0 1001101 1001110 111000 1 1000000 11011

Color Harmonies of #701A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A19

Black with #701A19

Text Example


Text Example

White with #701A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,25); }

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

background-color css

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

 a { background-color: rgb(112,26,25); }

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

border-color css

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

 span { border-color: rgb(112,26,25); }

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