Html Css Color HEX #711710 Falu Red

📋 copy color: '#711710'

red 113 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #711710

Tints of Falu Red #711710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 74.34%
G = 15.13%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#711710 (or 0x711710) is known color: Falu Red. HEX triplet: 71, 17 and 10. RGB value is (113,23,16). Sum of RGB (Red+Green+Blue) = 113+23+16=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #711710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711710 is #8EE8EF. Grayscale: #313131. Windows color (decimal): -9365744 or 1054577. OLE color: 1054577.

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

Color convert

RGB 113 23 16 -
CMYK 0 0.80 0.86 0.56
HSL 4.33º 0.75% 0.25% -
HSV(B) 4.33º 0.86% 0.44% -
XYZ 7.21 4.16 0.91 -
YUV 49.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 113 23 16 0 0.80 0.86 0.56 4.33 0.75 0.25
Hex 71 17 10 0 50 56 38 4 4B 19
Octal 161 27 20 0 120 126 70 4 113 31
Binary 1110001 10111 10000 0 1010000 1010110 111000 100 1001011 11001

Color Harmonies of #711710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711710

Black with #711710

Text Example


Text Example

White with #711710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711710; }

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

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

background-color css

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

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

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

border-color css

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

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

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