Html Css Color HEX #701F1A Falu Red

📋 copy color: '#701F1A'

red 112 ◦ green 31 ◦ blue 26

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

Shades of Falu Red #701F1A

Tints of Falu Red #701F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 66.27%
G = 18.34%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#701F1A (or 0x701F1A) is known color: Falu Red. HEX triplet: 70, 1F and 1A. RGB value is (112,31,26). Sum of RGB (Red+Green+Blue) = 112+31+26=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F1A is #8FE0E5. Grayscale: #363636. Windows color (decimal): -9429222 or 1711984. OLE color: 1711984.

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

Color convert

RGB 112 31 26 -
CMYK 0 0.72 0.77 0.56
HSL 3.49º 0.62% 0.27% -
HSV(B) 3.49º 0.77% 0.44% -
XYZ 7.36 4.5 1.46 -
YUV 54.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 112 31 26 0 0.72 0.77 0.56 3.49 0.62 0.27
Hex 70 1F 1A 0 48 4D 38 3 3E 1B
Octal 160 37 32 0 110 115 70 3 76 33
Binary 1110000 11111 11010 0 1001000 1001101 111000 11 111110 11011

Color Harmonies of #701F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F1A

Black with #701F1A

Text Example


Text Example

White with #701F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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