Html Css Color HEX #711E11 Falu Red

📋 copy color: '#711E11'

red 113 ◦ green 30 ◦ blue 17

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

Shades of Falu Red #711E11

Tints of Falu Red #711E11

RGB

 RED value IS 113 (44.53% from 255) = 70.63%

 GREEN value IS 30 (12.11% from 255) = 18.75%

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

R = 70.63%
G = 18.75%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#711E11 (or 0x711E11) is known color: Falu Red. HEX triplet: 71, 1E and 11. RGB value is (113,30,17). Sum of RGB (Red+Green+Blue) = 113+30+17=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E11 is #8EE1EE. Grayscale: #353535. Windows color (decimal): -9363951 or 1121905. OLE color: 1121905.

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

Color convert

RGB 113 30 17 -
CMYK 0 0.73 0.85 0.56
HSL 8.13º 0.74% 0.25% -
HSV(B) 8.13º 0.85% 0.44% -
XYZ 7.38 4.48 1.01 -
YUV 53.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 113 30 17 0 0.73 0.85 0.56 8.13 0.74 0.25
Hex 71 1E 11 0 49 55 38 8 4A 19
Octal 161 36 21 0 111 125 70 10 112 31
Binary 1110001 11110 10001 0 1001001 1010101 111000 1000 1001010 11001

Color Harmonies of #711E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E11

Black with #711E11

Text Example


Text Example

White with #711E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E11; }

 p { color: rgb(113,30,17); }

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

background-color css

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

 a { background-color: rgb(113,30,17); }

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

border-color css

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

 span { border-color: rgb(113,30,17); }

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