Html Css Color HEX #711610 Falu Red

📋 copy color: '#711610'

red 113 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #711610

Tints of Falu Red #711610

RGB

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

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

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

R = 74.83%
G = 14.57%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#711610 (or 0x711610) is known color: Falu Red. HEX triplet: 71, 16 and 10. RGB value is (113,22,16). Sum of RGB (Red+Green+Blue) = 113+22+16=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #711610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711610 is #8EE9EF. Grayscale: #303030. Windows color (decimal): -9366000 or 1054321. OLE color: 1054321.

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

Color convert

RGB 113 22 16 -
CMYK 0 0.81 0.86 0.56
HSL 3.71º 0.75% 0.25% -
HSV(B) 3.71º 0.86% 0.44% -
XYZ 7.19 4.12 0.91 -
YUV 48.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 113 22 16 0 0.81 0.86 0.56 3.71 0.75 0.25
Hex 71 16 10 0 51 56 38 4 4B 19
Octal 161 26 20 0 121 126 70 4 113 31
Binary 1110001 10110 10000 0 1010001 1010110 111000 100 1001011 11001

Color Harmonies of #711610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711610

Black with #711610

Text Example


Text Example

White with #711610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711610; }

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

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

background-color css

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

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

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

border-color css

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

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

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