Html Css Color HEX #711712 Falu Red

📋 copy color: '#711712'

red 113 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #711712

Tints of Falu Red #711712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 73.38%
G = 14.94%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711712 (or 0x711712) is known color: Falu Red. HEX triplet: 71, 17 and 12. RGB value is (113,23,18). Sum of RGB (Red+Green+Blue) = 113+23+18=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711712 is #8EE8ED. Grayscale: #313131. Windows color (decimal): -9365742 or 1185649. OLE color: 1185649.

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

Color convert

RGB 113 23 18 -
CMYK 0 0.80 0.84 0.56
HSL 3.16º 0.73% 0.26% -
HSV(B) 3.16º 0.84% 0.44% -
XYZ 7.23 4.17 1 -
YUV 49.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 113 23 18 0 0.80 0.84 0.56 3.16 0.73 0.26
Hex 71 17 12 0 50 54 38 3 49 1A
Octal 161 27 22 0 120 124 70 3 111 32
Binary 1110001 10111 10010 0 1010000 1010100 111000 11 1001001 11010

Color Harmonies of #711712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711712

Black with #711712

Text Example


Text Example

White with #711712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711712; }

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

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

background-color css

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

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

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

border-color css

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

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

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