Html Css Color HEX #711714 Falu Red

📋 copy color: '#711714'

red 113 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #711714

Tints of Falu Red #711714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 72.44%
G = 14.74%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711714 (or 0x711714) is known color: Falu Red. HEX triplet: 71, 17 and 14. RGB value is (113,23,20). Sum of RGB (Red+Green+Blue) = 113+23+20=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711714 is #8EE8EB. Grayscale: #313131. Windows color (decimal): -9365740 or 1316721. OLE color: 1316721.

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

Color convert

RGB 113 23 20 -
CMYK 0 0.80 0.82 0.56
HSL 1.94º 0.7% 0.26% -
HSV(B) 1.94º 0.82% 0.44% -
XYZ 7.24 4.17 1.09 -
YUV 49.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 113 23 20 0 0.80 0.82 0.56 1.94 0.7 0.26
Hex 71 17 14 0 50 52 38 2 46 1A
Octal 161 27 24 0 120 122 70 2 106 32
Binary 1110001 10111 10100 0 1010000 1010010 111000 10 1000110 11010

Color Harmonies of #711714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711714

Black with #711714

Text Example


Text Example

White with #711714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711714; }

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

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

background-color css

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

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

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

border-color css

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

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

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