Html Css Color HEX #701211 Falu Red

📋 copy color: '#701211'

red 112 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #701211

Tints of Falu Red #701211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 76.19%
G = 12.24%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#701211 (or 0x701211) is known color: Falu Red. HEX triplet: 70, 12 and 11. RGB value is (112,18,17). Sum of RGB (Red+Green+Blue) = 112+18+17=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701211 is #8FEDEE. Grayscale: #2E2E2E. Windows color (decimal): -9432559 or 1118832. OLE color: 1118832.

HSL color Cylindrical-coordinate representation of color #701211: hue angle of 0.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701211 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 17 -
CMYK 0 0.84 0.85 0.56
HSL 0.63º 0.74% 0.25% -
HSV(B) 0.63º 0.85% 0.44% -
XYZ 7 3.92 0.92 -
YUV 45.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 112 18 17 0 0.84 0.85 0.56 0.63 0.74 0.25
Hex 70 12 11 0 54 55 38 1 4A 19
Octal 160 22 21 0 124 125 70 1 112 31
Binary 1110000 10010 10001 0 1010100 1010101 111000 1 1001010 11001

Color Harmonies of #701211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701211

Black with #701211

Text Example


Text Example

White with #701211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701211; }

 p { color: rgb(112,18,17); }

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

background-color css

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

 a { background-color: rgb(112,18,17); }

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

border-color css

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

 span { border-color: rgb(112,18,17); }

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