Html Css Color HEX #701904 Falu Red

📋 copy color: '#701904'

red 112 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #701904

Tints of Falu Red #701904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 79.43%
G = 17.73%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701904 (or 0x701904) is known color: Falu Red. HEX triplet: 70, 19 and 04. RGB value is (112,25,4). Sum of RGB (Red+Green+Blue) = 112+25+4=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701904 is #8FE6FB. Grayscale: #303030. Windows color (decimal): -9430780 or 268656. OLE color: 268656.

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

Color convert

RGB 112 25 4 -
CMYK 0 0.78 0.96 0.56
HSL 11.67º 0.93% 0.23% -
HSV(B) 11.67º 0.96% 0.44% -
XYZ 7.05 4.15 0.54 -
YUV 48.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 112 25 4 0 0.78 0.96 0.56 11.67 0.93 0.23
Hex 70 19 4 0 4E 60 38 C 5D 17
Octal 160 31 4 0 116 140 70 14 135 27
Binary 1110000 11001 100 0 1001110 1100000 111000 1100 1011101 10111

Color Harmonies of #701904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701904

Black with #701904

Text Example


Text Example

White with #701904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701904; }

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

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

background-color css

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

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

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

border-color css

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

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

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