Html Css Color HEX #712116 Falu Red

📋 copy color: '#712116'

red 113 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #712116

Tints of Falu Red #712116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.64%

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

R = 67.26%
G = 19.64%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712116 (or 0x712116) is known color: Falu Red. HEX triplet: 71, 21 and 16. RGB value is (113,33,22). Sum of RGB (Red+Green+Blue) = 113+33+22=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712116 is #8EDEE9. Grayscale: #373737. Windows color (decimal): -9363178 or 1450353. OLE color: 1450353.

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

Color convert

RGB 113 33 22 -
CMYK 0 0.71 0.81 0.56
HSL 7.25º 0.67% 0.26% -
HSV(B) 7.25º 0.81% 0.44% -
XYZ 7.5 4.66 1.26 -
YUV 55.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 113 33 22 0 0.71 0.81 0.56 7.25 0.67 0.26
Hex 71 21 16 0 47 51 38 7 43 1A
Octal 161 41 26 0 107 121 70 7 103 32
Binary 1110001 100001 10110 0 1000111 1010001 111000 111 1000011 11010

Color Harmonies of #712116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712116

Black with #712116

Text Example


Text Example

White with #712116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712116; }

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

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

background-color css

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

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

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

border-color css

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

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

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