Html Css Color HEX #711607 Falu Red

📋 copy color: '#711607'

red 113 ◦ green 22 ◦ blue 7

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

Shades of Falu Red #711607

Tints of Falu Red #711607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.93%

R = 79.58%
G = 15.49%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#711607 (or 0x711607) is known color: Falu Red. HEX triplet: 71, 16 and 07. RGB value is (113,22,7). Sum of RGB (Red+Green+Blue) = 113+22+7=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #711607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711607 is #8EE9F8. Grayscale: #2F2F2F. Windows color (decimal): -9366009 or 464497. OLE color: 464497.

HSL color Cylindrical-coordinate representation of color #711607: hue angle of 8.49º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #711607 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 7 -
CMYK 0 0.81 0.94 0.56
HSL 8.49º 0.88% 0.24% -
HSV(B) 8.49º 0.94% 0.44% -
XYZ 7.14 4.1 0.62 -
YUV 47.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 113 22 7 0 0.81 0.94 0.56 8.49 0.88 0.24
Hex 71 16 7 0 51 5E 38 8 58 18
Octal 161 26 7 0 121 136 70 10 130 30
Binary 1110001 10110 111 0 1010001 1011110 111000 1000 1011000 11000

Color Harmonies of #711607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711607

Black with #711607

Text Example


Text Example

White with #711607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711607; }

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

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

background-color css

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

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

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

border-color css

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

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

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