Html Css Color HEX #711913 Falu Red

📋 copy color: '#711913'

red 113 ◦ green 25 ◦ blue 19

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

Shades of Falu Red #711913

Tints of Falu Red #711913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 71.97%
G = 15.92%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#711913 (or 0x711913) is known color: Falu Red. HEX triplet: 71, 19 and 13. RGB value is (113,25,19). Sum of RGB (Red+Green+Blue) = 113+25+19=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #711913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711913 is #8EE6EC. Grayscale: #323232. Windows color (decimal): -9365229 or 1251697. OLE color: 1251697.

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

Color convert

RGB 113 25 19 -
CMYK 0 0.78 0.83 0.56
HSL 3.83º 0.71% 0.26% -
HSV(B) 3.83º 0.83% 0.44% -
XYZ 7.28 4.25 1.05 -
YUV 50.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 113 25 19 0 0.78 0.83 0.56 3.83 0.71 0.26
Hex 71 19 13 0 4E 53 38 4 47 1A
Octal 161 31 23 0 116 123 70 4 107 32
Binary 1110001 11001 10011 0 1001110 1010011 111000 100 1000111 11010

Color Harmonies of #711913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711913

Black with #711913

Text Example


Text Example

White with #711913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711913; }

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

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

background-color css

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

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

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

border-color css

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

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

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