Html Css Color HEX #701F05 Falu Red

📋 copy color: '#701F05'

red 112 ◦ green 31 ◦ blue 5

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

Shades of Falu Red #701F05

Tints of Falu Red #701F05

RGB

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

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

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

R = 75.68%
G = 20.95%
B = 3.38%

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

#701F05 (or 0x701F05) is known color: Falu Red. HEX triplet: 70, 1F and 05. RGB value is (112,31,5). Sum of RGB (Red+Green+Blue) = 112+31+5=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #701F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F05 is #8FE0FA. Grayscale: #343434. Windows color (decimal): -9429243 or 335728. OLE color: 335728.

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

Color convert

RGB 112 31 5 -
CMYK 0 0.72 0.96 0.56
HSL 14.58º 0.91% 0.23% -
HSV(B) 14.58º 0.96% 0.44% -
XYZ 7.2 4.44 0.62 -
YUV 52.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 112 31 5 0 0.72 0.96 0.56 14.58 0.91 0.23
Hex 70 1F 5 0 48 60 38 F 5B 17
Octal 160 37 5 0 110 140 70 17 133 27
Binary 1110000 11111 101 0 1001000 1100000 111000 1111 1011011 10111

Color Harmonies of #701F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F05

Black with #701F05

Text Example


Text Example

White with #701F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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