Html Css Color HEX #711009 Falu Red

📋 copy color: '#711009'

red 113 ◦ green 16 ◦ blue 9

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

Shades of Falu Red #711009

Tints of Falu Red #711009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 81.88%
G = 11.59%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#711009 (or 0x711009) is known color: Falu Red. HEX triplet: 71, 10 and 09. RGB value is (113,16,9). Sum of RGB (Red+Green+Blue) = 113+16+9=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #711009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711009 is #8EEFF6. Grayscale: #2C2C2C. Windows color (decimal): -9367543 or 594033. OLE color: 594033.

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

Color convert

RGB 113 16 9 -
CMYK 0 0.86 0.92 0.56
HSL 4.04º 0.85% 0.24% -
HSV(B) 4.04º 0.92% 0.44% -
XYZ 7.04 3.9 0.64 -
YUV 44.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 113 16 9 0 0.86 0.92 0.56 4.04 0.85 0.24
Hex 71 10 9 0 56 5C 38 4 55 18
Octal 161 20 11 0 126 134 70 4 125 30
Binary 1110001 10000 1001 0 1010110 1011100 111000 100 1010101 11000

Color Harmonies of #711009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711009

Black with #711009

Text Example


Text Example

White with #711009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711009; }

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

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

background-color css

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

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

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

border-color css

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

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

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