Html Css Color HEX #711E19 Falu Red

📋 copy color: '#711E19'

red 113 ◦ green 30 ◦ blue 25

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

Shades of Falu Red #711E19

Tints of Falu Red #711E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 67.26%
G = 17.86%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711E19 (or 0x711E19) is known color: Falu Red. HEX triplet: 71, 1E and 19. RGB value is (113,30,25). Sum of RGB (Red+Green+Blue) = 113+30+25=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E19 is #8EE1E6. Grayscale: #363636. Windows color (decimal): -9363943 or 1646193. OLE color: 1646193.

HSL color Cylindrical-coordinate representation of color #711E19: hue angle of 3.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711E19 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 25 -
CMYK 0 0.73 0.78 0.56
HSL 3.41º 0.64% 0.27% -
HSV(B) 3.41º 0.78% 0.44% -
XYZ 7.45 4.51 1.4 -
YUV 54.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 113 30 25 0 0.73 0.78 0.56 3.41 0.64 0.27
Hex 71 1E 19 0 49 4E 38 3 40 1B
Octal 161 36 31 0 111 116 70 3 100 33
Binary 1110001 11110 11001 0 1001001 1001110 111000 11 1000000 11011

Color Harmonies of #711E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E19

Black with #711E19

Text Example


Text Example

White with #711E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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