Html Css Color HEX #711F16 Falu Red

📋 copy color: '#711F16'

red 113 ◦ green 31 ◦ blue 22

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

Shades of Falu Red #711F16

Tints of Falu Red #711F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 68.07%
G = 18.67%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711F16 (or 0x711F16) is known color: Falu Red. HEX triplet: 71, 1F and 16. RGB value is (113,31,22). Sum of RGB (Red+Green+Blue) = 113+31+22=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F16 is #8EE0E9. Grayscale: #363636. Windows color (decimal): -9363690 or 1449841. OLE color: 1449841.

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

Color convert

RGB 113 31 22 -
CMYK 0 0.73 0.81 0.56
HSL 5.93º 0.67% 0.26% -
HSV(B) 5.93º 0.81% 0.44% -
XYZ 7.44 4.55 1.24 -
YUV 54.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 113 31 22 0 0.73 0.81 0.56 5.93 0.67 0.26
Hex 71 1F 16 0 49 51 38 6 43 1A
Octal 161 37 26 0 111 121 70 6 103 32
Binary 1110001 11111 10110 0 1001001 1010001 111000 110 1000011 11010

Color Harmonies of #711F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F16

Black with #711F16

Text Example


Text Example

White with #711F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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