Html Css Color HEX #712109 Falu Red

📋 copy color: '#712109'

red 113 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #712109

Tints of Falu Red #712109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 72.9%
G = 21.29%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#712109 (or 0x712109) is known color: Falu Red. HEX triplet: 71, 21 and 09. RGB value is (113,33,9). Sum of RGB (Red+Green+Blue) = 113+33+9=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712109 is #8EDEF6. Grayscale: #363636. Windows color (decimal): -9363191 or 598385. OLE color: 598385.

HSL color Cylindrical-coordinate representation of color #712109: hue angle of 13.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #712109 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 9 -
CMYK 0 0.71 0.92 0.56
HSL 13.85º 0.85% 0.24% -
HSV(B) 13.85º 0.92% 0.44% -
XYZ 7.4 4.62 0.76 -
YUV 54.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 113 33 9 0 0.71 0.92 0.56 13.85 0.85 0.24
Hex 71 21 9 0 47 5C 38 E 55 18
Octal 161 41 11 0 107 134 70 16 125 30
Binary 1110001 100001 1001 0 1000111 1011100 111000 1110 1010101 11000

Color Harmonies of #712109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712109

Black with #712109

Text Example


Text Example

White with #712109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712109; }

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

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

background-color css

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

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

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

border-color css

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

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

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