Html Css Color HEX #711E1D Falu Red

📋 copy color: '#711E1D'

red 113 ◦ green 30 ◦ blue 29

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

Shades of Falu Red #711E1D

Tints of Falu Red #711E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 65.7%
G = 17.44%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#711E1D (or 0x711E1D) is known color: Falu Red. HEX triplet: 71, 1E and 1D. RGB value is (113,30,29). Sum of RGB (Red+Green+Blue) = 113+30+29=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E1D is #8EE1E2. Grayscale: #363636. Windows color (decimal): -9363939 or 1908337. OLE color: 1908337.

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

Color convert

RGB 113 30 29 -
CMYK 0 0.73 0.74 0.56
HSL 0.71º 0.59% 0.28% -
HSV(B) 0.71º 0.74% 0.44% -
XYZ 7.5 4.53 1.64 -
YUV 54.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 113 30 29 0 0.73 0.74 0.56 0.71 0.59 0.28
Hex 71 1E 1D 0 49 4A 38 1 3B 1C
Octal 161 36 35 0 111 112 70 1 73 34
Binary 1110001 11110 11101 0 1001001 1001010 111000 1 111011 11100

Color Harmonies of #711E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E1D

Black with #711E1D

Text Example


Text Example

White with #711E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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