Html Css Color HEX #701D1A Falu Red

📋 copy color: '#701D1A'

red 112 ◦ green 29 ◦ blue 26

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

Shades of Falu Red #701D1A

Tints of Falu Red #701D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 67.07%
G = 17.37%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#701D1A (or 0x701D1A) is known color: Falu Red. HEX triplet: 70, 1D and 1A. RGB value is (112,29,26). Sum of RGB (Red+Green+Blue) = 112+29+26=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D1A is #8FE2E5. Grayscale: #353535. Windows color (decimal): -9429734 or 1711472. OLE color: 1711472.

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

Color convert

RGB 112 29 26 -
CMYK 0 0.74 0.77 0.56
HSL 2.09º 0.62% 0.27% -
HSV(B) 2.09º 0.77% 0.44% -
XYZ 7.31 4.4 1.44 -
YUV 53.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 112 29 26 0 0.74 0.77 0.56 2.09 0.62 0.27
Hex 70 1D 1A 0 4A 4D 38 2 3E 1B
Octal 160 35 32 0 112 115 70 2 76 33
Binary 1110000 11101 11010 0 1001010 1001101 111000 10 111110 11011

Color Harmonies of #701D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D1A

Black with #701D1A

Text Example


Text Example

White with #701D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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