Html Css Color HEX #711E13 Falu Red

📋 copy color: '#711E13'

red 113 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #711E13

Tints of Falu Red #711E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 69.75%
G = 18.52%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#711E13 (or 0x711E13) is known color: Falu Red. HEX triplet: 71, 1E and 13. RGB value is (113,30,19). Sum of RGB (Red+Green+Blue) = 113+30+19=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E13 is #8EE1EC. Grayscale: #353535. Windows color (decimal): -9363949 or 1252977. OLE color: 1252977.

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

Color convert

RGB 113 30 19 -
CMYK 0 0.73 0.83 0.56
HSL 7.02º 0.71% 0.26% -
HSV(B) 7.02º 0.83% 0.44% -
XYZ 7.39 4.49 1.09 -
YUV 53.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 113 30 19 0 0.73 0.83 0.56 7.02 0.71 0.26
Hex 71 1E 13 0 49 53 38 7 47 1A
Octal 161 36 23 0 111 123 70 7 107 32
Binary 1110001 11110 10011 0 1001001 1010011 111000 111 1000111 11010

Color Harmonies of #711E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E13

Black with #711E13

Text Example


Text Example

White with #711E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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