Html Css Color HEX #701A04 Falu Red

📋 copy color: '#701A04'

red 112 ◦ green 26 ◦ blue 4

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

Shades of Falu Red #701A04

Tints of Falu Red #701A04

RGB

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

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

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

R = 78.87%
G = 18.31%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701A04 (or 0x701A04) is known color: Falu Red. HEX triplet: 70, 1A and 04. RGB value is (112,26,4). Sum of RGB (Red+Green+Blue) = 112+26+4=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A04 is #8FE5FB. Grayscale: #313131. Windows color (decimal): -9430524 or 268912. OLE color: 268912.

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

Color convert

RGB 112 26 4 -
CMYK 0 0.77 0.96 0.56
HSL 12.22º 0.93% 0.23% -
HSV(B) 12.22º 0.96% 0.44% -
XYZ 7.07 4.19 0.55 -
YUV 49.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 112 26 4 0 0.77 0.96 0.56 12.22 0.93 0.23
Hex 70 1A 4 0 4D 60 38 C 5D 17
Octal 160 32 4 0 115 140 70 14 135 27
Binary 1110000 11010 100 0 1001101 1100000 111000 1100 1011101 10111

Color Harmonies of #701A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A04

Black with #701A04

Text Example


Text Example

White with #701A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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