Html Css Color HEX #711D14 Falu Red

📋 copy color: '#711D14'

red 113 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #711D14

Tints of Falu Red #711D14

RGB

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

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

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

R = 69.75%
G = 17.9%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711D14 (or 0x711D14) is known color: Falu Red. HEX triplet: 71, 1D and 14. RGB value is (113,29,20). Sum of RGB (Red+Green+Blue) = 113+29+20=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D14 is #8EE2EB. Grayscale: #353535. Windows color (decimal): -9364204 or 1318257. OLE color: 1318257.

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

Color convert

RGB 113 29 20 -
CMYK 0 0.74 0.82 0.56
HSL 5.81º 0.7% 0.26% -
HSV(B) 5.81º 0.82% 0.44% -
XYZ 7.38 4.44 1.13 -
YUV 53.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 113 29 20 0 0.74 0.82 0.56 5.81 0.7 0.26
Hex 71 1D 14 0 4A 52 38 6 46 1A
Octal 161 35 24 0 112 122 70 6 106 32
Binary 1110001 11101 10100 0 1001010 1010010 111000 110 1000110 11010

Color Harmonies of #711D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D14

Black with #711D14

Text Example


Text Example

White with #711D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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