Html Css Color HEX #711716 Falu Red

📋 copy color: '#711716'

red 113 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #711716

Tints of Falu Red #711716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 71.52%
G = 14.56%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711716 (or 0x711716) is known color: Falu Red. HEX triplet: 71, 17 and 16. RGB value is (113,23,22). Sum of RGB (Red+Green+Blue) = 113+23+22=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711716 is #8EE8E9. Grayscale: #313131. Windows color (decimal): -9365738 or 1447793. OLE color: 1447793.

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

Color convert

RGB 113 23 22 -
CMYK 0 0.80 0.81 0.56
HSL 0.66º 0.67% 0.26% -
HSV(B) 0.66º 0.81% 0.44% -
XYZ 7.26 4.18 1.18 -
YUV 49.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 113 23 22 0 0.80 0.81 0.56 0.66 0.67 0.26
Hex 71 17 16 0 50 51 38 1 43 1A
Octal 161 27 26 0 120 121 70 1 103 32
Binary 1110001 10111 10110 0 1010000 1010001 111000 1 1000011 11010

Color Harmonies of #711716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711716

Black with #711716

Text Example


Text Example

White with #711716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711716; }

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

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

background-color css

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

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

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

border-color css

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

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

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