Html Css Color HEX #711705 Falu Red

📋 copy color: '#711705'

red 113 ◦ green 23 ◦ blue 5

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

Shades of Falu Red #711705

Tints of Falu Red #711705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 80.14%
G = 16.31%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711705 (or 0x711705) is known color: Falu Red. HEX triplet: 71, 17 and 05. RGB value is (113,23,5). Sum of RGB (Red+Green+Blue) = 113+23+5=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #711705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711705 is #8EE8FA. Grayscale: #303030. Windows color (decimal): -9365755 or 333681. OLE color: 333681.

HSL color Cylindrical-coordinate representation of color #711705: hue angle of 10º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #711705 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 5 -
CMYK 0 0.80 0.96 0.56
HSL 10º 0.92% 0.23% -
HSV(B) 10º 0.96% 0.44% -
XYZ 7.14 4.13 0.57 -
YUV 47.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 113 23 5 0 0.80 0.96 0.56 10 0.92 0.23
Hex 71 17 5 0 50 60 38 A 5C 17
Octal 161 27 5 0 120 140 70 12 134 27
Binary 1110001 10111 101 0 1010000 1100000 111000 1010 1011100 10111

Color Harmonies of #711705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711705

Black with #711705

Text Example


Text Example

White with #711705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711705; }

 p { color: rgb(113,23,5); }

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

background-color css

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

 a { background-color: rgb(113,23,5); }

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

border-color css

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

 span { border-color: rgb(113,23,5); }

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