Html Css Color HEX #712016 Falu Red

📋 copy color: '#712016'

red 113 ◦ green 32 ◦ blue 22

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

Shades of Falu Red #712016

Tints of Falu Red #712016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 67.66%
G = 19.16%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#712016 (or 0x712016) is known color: Falu Red. HEX triplet: 71, 20 and 16. RGB value is (113,32,22). Sum of RGB (Red+Green+Blue) = 113+32+22=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #712016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712016 is #8EDFE9. Grayscale: #373737. Windows color (decimal): -9363434 or 1450097. OLE color: 1450097.

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

Color convert

RGB 113 32 22 -
CMYK 0 0.72 0.81 0.56
HSL 6.59º 0.67% 0.26% -
HSV(B) 6.59º 0.81% 0.44% -
XYZ 7.47 4.6 1.25 -
YUV 55.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 113 32 22 0 0.72 0.81 0.56 6.59 0.67 0.26
Hex 71 20 16 0 48 51 38 7 43 1A
Octal 161 40 26 0 110 121 70 7 103 32
Binary 1110001 100000 10110 0 1001000 1010001 111000 111 1000011 11010

Color Harmonies of #712016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712016

Black with #712016

Text Example


Text Example

White with #712016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712016; }

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

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

background-color css

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

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

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

border-color css

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

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

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