Html Css Color HEX #701F19 Falu Red

📋 copy color: '#701F19'

red 112 ◦ green 31 ◦ blue 25

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

Shades of Falu Red #701F19

Tints of Falu Red #701F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

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

R = 66.67%
G = 18.45%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701F19 (or 0x701F19) is known color: Falu Red. HEX triplet: 70, 1F and 19. RGB value is (112,31,25). Sum of RGB (Red+Green+Blue) = 112+31+25=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F19 is #8FE0E6. Grayscale: #363636. Windows color (decimal): -9429223 or 1646448. OLE color: 1646448.

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

Color convert

RGB 112 31 25 -
CMYK 0 0.72 0.78 0.56
HSL 4.14º 0.64% 0.27% -
HSV(B) 4.14º 0.78% 0.44% -
XYZ 7.35 4.49 1.4 -
YUV 54.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 112 31 25 0 0.72 0.78 0.56 4.14 0.64 0.27
Hex 70 1F 19 0 48 4E 38 4 40 1B
Octal 160 37 31 0 110 116 70 4 100 33
Binary 1110000 11111 11001 0 1001000 1001110 111000 100 1000000 11011

Color Harmonies of #701F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F19

Black with #701F19

Text Example


Text Example

White with #701F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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