Html Css Color HEX #711914 Falu Red

📋 copy color: '#711914'

red 113 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #711914

Tints of Falu Red #711914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 71.52%
G = 15.82%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711914 (or 0x711914) is known color: Falu Red. HEX triplet: 71, 19 and 14. RGB value is (113,25,20). Sum of RGB (Red+Green+Blue) = 113+25+20=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711914 is #8EE6EB. Grayscale: #323232. Windows color (decimal): -9365228 or 1317233. OLE color: 1317233.

HSL color Cylindrical-coordinate representation of color #711914: hue angle of 3.23º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711914 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 20 -
CMYK 0 0.78 0.82 0.56
HSL 3.23º 0.7% 0.26% -
HSV(B) 3.23º 0.82% 0.44% -
XYZ 7.28 4.26 1.1 -
YUV 50.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 113 25 20 0 0.78 0.82 0.56 3.23 0.7 0.26
Hex 71 19 14 0 4E 52 38 3 46 1A
Octal 161 31 24 0 116 122 70 3 106 32
Binary 1110001 11001 10100 0 1001110 1010010 111000 11 1000110 11010

Color Harmonies of #711914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711914

Black with #711914

Text Example


Text Example

White with #711914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711914; }

 p { color: rgb(113,25,20); }

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

background-color css

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

 a { background-color: rgb(113,25,20); }

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

border-color css

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

 span { border-color: rgb(113,25,20); }

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