Html Css Color HEX #711A14 Falu Red

📋 copy color: '#711A14'

red 113 ◦ green 26 ◦ blue 20

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

Shades of Falu Red #711A14

Tints of Falu Red #711A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 71.07%
G = 16.35%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711A14 (or 0x711A14) is known color: Falu Red. HEX triplet: 71, 1A and 14. RGB value is (113,26,20). Sum of RGB (Red+Green+Blue) = 113+26+20=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #711A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A14 is #8EE5EB. Grayscale: #333333. Windows color (decimal): -9364972 or 1317489. OLE color: 1317489.

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

Color convert

RGB 113 26 20 -
CMYK 0 0.77 0.82 0.56
HSL 3.87º 0.7% 0.26% -
HSV(B) 3.87º 0.82% 0.44% -
XYZ 7.31 4.3 1.11 -
YUV 51.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 113 26 20 0 0.77 0.82 0.56 3.87 0.7 0.26
Hex 71 1A 14 0 4D 52 38 4 46 1A
Octal 161 32 24 0 115 122 70 4 106 32
Binary 1110001 11010 10100 0 1001101 1010010 111000 100 1000110 11010

Color Harmonies of #711A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A14

Black with #711A14

Text Example


Text Example

White with #711A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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