Html Css Color HEX #711814 Falu Red

📋 copy color: '#711814'

red 113 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #711814

Tints of Falu Red #711814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 71.97%
G = 15.29%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711814 (or 0x711814) is known color: Falu Red. HEX triplet: 71, 18 and 14. RGB value is (113,24,20). Sum of RGB (Red+Green+Blue) = 113+24+20=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #711814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711814 is #8EE7EB. Grayscale: #323232. Windows color (decimal): -9365484 or 1316977. OLE color: 1316977.

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

Color convert

RGB 113 24 20 -
CMYK 0 0.79 0.82 0.56
HSL 2.58º 0.7% 0.26% -
HSV(B) 2.58º 0.82% 0.44% -
XYZ 7.26 4.21 1.09 -
YUV 50.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 113 24 20 0 0.79 0.82 0.56 2.58 0.7 0.26
Hex 71 18 14 0 4F 52 38 3 46 1A
Octal 161 30 24 0 117 122 70 3 106 32
Binary 1110001 11000 10100 0 1001111 1010010 111000 11 1000110 11010

Color Harmonies of #711814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711814

Black with #711814

Text Example


Text Example

White with #711814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711814; }

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

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

background-color css

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

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

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

border-color css

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

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

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