Html Css Color HEX #701405 Falu Red

📋 copy color: '#701405'

red 112 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #701405

Tints of Falu Red #701405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 81.75%
G = 14.6%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701405 (or 0x701405) is known color: Falu Red. HEX triplet: 70, 14 and 05. RGB value is (112,20,5). Sum of RGB (Red+Green+Blue) = 112+20+5=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #701405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701405 is #8FEBFA. Grayscale: #2D2D2D. Windows color (decimal): -9432059 or 332912. OLE color: 332912.

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

Color convert

RGB 112 20 5 -
CMYK 0 0.82 0.96 0.56
HSL 8.41º 0.91% 0.23% -
HSV(B) 8.41º 0.96% 0.44% -
XYZ 6.96 3.96 0.54 -
YUV 45.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 112 20 5 0 0.82 0.96 0.56 8.41 0.91 0.23
Hex 70 14 5 0 52 60 38 8 5B 17
Octal 160 24 5 0 122 140 70 10 133 27
Binary 1110000 10100 101 0 1010010 1100000 111000 1000 1011011 10111

Color Harmonies of #701405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701405

Black with #701405

Text Example


Text Example

White with #701405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701405; }

 p { color: rgb(112,20,5); }

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

background-color css

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

 a { background-color: rgb(112,20,5); }

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

border-color css

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

 span { border-color: rgb(112,20,5); }

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