Html Css Color HEX #711D16 Falu Red

📋 copy color: '#711D16'

red 113 ◦ green 29 ◦ blue 22

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

Shades of Falu Red #711D16

Tints of Falu Red #711D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 68.9%
G = 17.68%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711D16 (or 0x711D16) is known color: Falu Red. HEX triplet: 71, 1D and 16. RGB value is (113,29,22). Sum of RGB (Red+Green+Blue) = 113+29+22=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #711D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D16 is #8EE2E9. Grayscale: #353535. Windows color (decimal): -9364202 or 1449329. OLE color: 1449329.

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

Color convert

RGB 113 29 22 -
CMYK 0 0.74 0.81 0.56
HSL 4.62º 0.67% 0.26% -
HSV(B) 4.62º 0.81% 0.44% -
XYZ 7.39 4.45 1.23 -
YUV 53.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 113 29 22 0 0.74 0.81 0.56 4.62 0.67 0.26
Hex 71 1D 16 0 4A 51 38 5 43 1A
Octal 161 35 26 0 112 121 70 5 103 32
Binary 1110001 11101 10110 0 1001010 1010001 111000 101 1000011 11010

Color Harmonies of #711D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D16

Black with #711D16

Text Example


Text Example

White with #711D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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