Html Css Color HEX #701F08 Falu Red

📋 copy color: '#701F08'

red 112 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #701F08

Tints of Falu Red #701F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 74.17%
G = 20.53%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701F08 (or 0x701F08) is known color: Falu Red. HEX triplet: 70, 1F and 08. RGB value is (112,31,8). Sum of RGB (Red+Green+Blue) = 112+31+8=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F08 is #8FE0F7. Grayscale: #343434. Windows color (decimal): -9429240 or 532336. OLE color: 532336.

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

Color convert

RGB 112 31 8 -
CMYK 0 0.72 0.93 0.56
HSL 13.27º 0.87% 0.24% -
HSV(B) 13.27º 0.93% 0.44% -
XYZ 7.22 4.44 0.71 -
YUV 52.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 112 31 8 0 0.72 0.93 0.56 13.27 0.87 0.24
Hex 70 1F 8 0 48 5D 38 D 57 18
Octal 160 37 10 0 110 135 70 15 127 30
Binary 1110000 11111 1000 0 1001000 1011101 111000 1101 1010111 11000

Color Harmonies of #701F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F08

Black with #701F08

Text Example


Text Example

White with #701F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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