Html Css Color HEX #701F04 Falu Red

📋 copy color: '#701F04'

red 112 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #701F04

Tints of Falu Red #701F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 76.19%
G = 21.09%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701F04 (or 0x701F04) is known color: Falu Red. HEX triplet: 70, 1F and 04. RGB value is (112,31,4). Sum of RGB (Red+Green+Blue) = 112+31+4=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F04 is #8FE0FB. Grayscale: #343434. Windows color (decimal): -9429244 or 270192. OLE color: 270192.

HSL color Cylindrical-coordinate representation of color #701F04: hue angle of 15º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701F04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 4 -
CMYK 0 0.72 0.96 0.56
HSL 15º 0.93% 0.23% -
HSV(B) 15º 0.96% 0.44% -
XYZ 7.19 4.43 0.59 -
YUV 52.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 112 31 4 0 0.72 0.96 0.56 15 0.93 0.23
Hex 70 1F 4 0 48 60 38 F 5D 17
Octal 160 37 4 0 110 140 70 17 135 27
Binary 1110000 11111 100 0 1001000 1100000 111000 1111 1011101 10111

Color Harmonies of #701F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F04

Black with #701F04

Text Example


Text Example

White with #701F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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