Html Css Color HEX #711809 Falu Red

📋 copy color: '#711809'

red 113 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #711809

Tints of Falu Red #711809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

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

R = 77.4%
G = 16.44%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#711809 (or 0x711809) is known color: Falu Red. HEX triplet: 71, 18 and 09. RGB value is (113,24,9). Sum of RGB (Red+Green+Blue) = 113+24+9=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #711809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711809 is #8EE7F6. Grayscale: #313131. Windows color (decimal): -9365495 or 596081. OLE color: 596081.

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

Color convert

RGB 113 24 9 -
CMYK 0 0.79 0.92 0.56
HSL 8.65º 0.85% 0.24% -
HSV(B) 8.65º 0.92% 0.44% -
XYZ 7.19 4.18 0.69 -
YUV 48.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 113 24 9 0 0.79 0.92 0.56 8.65 0.85 0.24
Hex 71 18 9 0 4F 5C 38 9 55 18
Octal 161 30 11 0 117 134 70 11 125 30
Binary 1110001 11000 1001 0 1001111 1011100 111000 1001 1010101 11000

Color Harmonies of #711809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711809

Black with #711809

Text Example


Text Example

White with #711809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711809; }

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

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

background-color css

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

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

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

border-color css

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

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

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