Html Css Color HEX #701D16 Falu Red

📋 copy color: '#701D16'

red 112 ◦ green 29 ◦ blue 22

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

Shades of Falu Red #701D16

Tints of Falu Red #701D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 68.71%
G = 17.79%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#701D16 (or 0x701D16) is known color: Falu Red. HEX triplet: 70, 1D and 16. RGB value is (112,29,22). Sum of RGB (Red+Green+Blue) = 112+29+22=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D16 is #8FE2E9. Grayscale: #353535. Windows color (decimal): -9429738 or 1449328. OLE color: 1449328.

HSL color Cylindrical-coordinate representation of color #701D16: hue angle of 4.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701D16 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 22 -
CMYK 0 0.74 0.80 0.56
HSL 4.67º 0.67% 0.26% -
HSV(B) 4.67º 0.8% 0.44% -
XYZ 7.27 4.38 1.22 -
YUV 53.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 112 29 22 0 0.74 0.80 0.56 4.67 0.67 0.26
Hex 70 1D 16 0 4A 50 38 5 43 1A
Octal 160 35 26 0 112 120 70 5 103 32
Binary 1110000 11101 10110 0 1001010 1010000 111000 101 1000011 11010

Color Harmonies of #701D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D16

Black with #701D16

Text Example


Text Example

White with #701D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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