Html Css Color HEX #711605 Falu Red

📋 copy color: '#711605'

red 113 ◦ green 22 ◦ blue 5

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

Shades of Falu Red #711605

Tints of Falu Red #711605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 80.71%
G = 15.71%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711605 (or 0x711605) is known color: Falu Red. HEX triplet: 71, 16 and 05. RGB value is (113,22,5). Sum of RGB (Red+Green+Blue) = 113+22+5=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #711605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711605 is #8EE9FA. Grayscale: #2F2F2F. Windows color (decimal): -9366011 or 333425. OLE color: 333425.

HSL color Cylindrical-coordinate representation of color #711605: hue angle of 9.44º 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 #711605 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 5 -
CMYK 0 0.81 0.96 0.56
HSL 9.44º 0.92% 0.23% -
HSV(B) 9.44º 0.96% 0.44% -
XYZ 7.12 4.1 0.56 -
YUV 47.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 113 22 5 0 0.81 0.96 0.56 9.44 0.92 0.23
Hex 71 16 5 0 51 60 38 9 5C 17
Octal 161 26 5 0 121 140 70 11 134 27
Binary 1110001 10110 101 0 1010001 1100000 111000 1001 1011100 10111

Color Harmonies of #711605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711605

Black with #711605

Text Example


Text Example

White with #711605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711605; }

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

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

background-color css

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

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

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

border-color css

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

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

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