Html Css Color HEX #701F07 Falu Red

📋 copy color: '#701F07'

red 112 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #701F07

Tints of Falu Red #701F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 74.67%
G = 20.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#701F07 (or 0x701F07) is known color: Falu Red. HEX triplet: 70, 1F and 07. RGB value is (112,31,7). Sum of RGB (Red+Green+Blue) = 112+31+7=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F07 is #8FE0F8. Grayscale: #343434. Windows color (decimal): -9429241 or 466800. OLE color: 466800.

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

Color convert

RGB 112 31 7 -
CMYK 0 0.72 0.94 0.56
HSL 13.71º 0.88% 0.23% -
HSV(B) 13.71º 0.94% 0.44% -
XYZ 7.21 4.44 0.68 -
YUV 52.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 112 31 7 0 0.72 0.94 0.56 13.71 0.88 0.23
Hex 70 1F 7 0 48 5E 38 E 58 17
Octal 160 37 7 0 110 136 70 16 130 27
Binary 1110000 11111 111 0 1001000 1011110 111000 1110 1011000 10111

Color Harmonies of #701F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F07

Black with #701F07

Text Example


Text Example

White with #701F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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