Html Css Color HEX #701F1E Falu Red

📋 copy color: '#701F1E'

red 112 ◦ green 31 ◦ blue 30

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

Shades of Falu Red #701F1E

Tints of Falu Red #701F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 64.74%
G = 17.92%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#701F1E (or 0x701F1E) is known color: Falu Red. HEX triplet: 70, 1F and 1E. RGB value is (112,31,30). Sum of RGB (Red+Green+Blue) = 112+31+30=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #701F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F1E is #8FE0E1. Grayscale: #373737. Windows color (decimal): -9429218 or 1974128. OLE color: 1974128.

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

Color convert

RGB 112 31 30 -
CMYK 0 0.72 0.73 0.56
HSL 0.73º 0.58% 0.28% -
HSV(B) 0.73º 0.73% 0.44% -
XYZ 7.41 4.52 1.71 -
YUV 55.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 112 31 30 0 0.72 0.73 0.56 0.73 0.58 0.28
Hex 70 1F 1E 0 48 49 38 1 3A 1C
Octal 160 37 36 0 110 111 70 1 72 34
Binary 1110000 11111 11110 0 1001000 1001001 111000 1 111010 11100

Color Harmonies of #701F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F1E

Black with #701F1E

Text Example


Text Example

White with #701F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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