Html Css Color HEX #701B11 Falu Red

📋 copy color: '#701B11'

red 112 ◦ green 27 ◦ blue 17

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

Shades of Falu Red #701B11

Tints of Falu Red #701B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

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

R = 71.79%
G = 17.31%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#701B11 (or 0x701B11) is known color: Falu Red. HEX triplet: 70, 1B and 11. RGB value is (112,27,17). Sum of RGB (Red+Green+Blue) = 112+27+17=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B11 is #8FE4EE. Grayscale: #333333. Windows color (decimal): -9430255 or 1121136. OLE color: 1121136.

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

Color convert

RGB 112 27 17 -
CMYK 0 0.76 0.85 0.56
HSL 6.32º 0.74% 0.25% -
HSV(B) 6.32º 0.85% 0.44% -
XYZ 7.18 4.27 0.98 -
YUV 51.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 112 27 17 0 0.76 0.85 0.56 6.32 0.74 0.25
Hex 70 1B 11 0 4C 55 38 6 4A 19
Octal 160 33 21 0 114 125 70 6 112 31
Binary 1110000 11011 10001 0 1001100 1010101 111000 110 1001010 11001

Color Harmonies of #701B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B11

Black with #701B11

Text Example


Text Example

White with #701B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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