Html Css Color HEX #711406 Falu Red

📋 copy color: '#711406'

red 113 ◦ green 20 ◦ blue 6

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

Shades of Falu Red #711406

Tints of Falu Red #711406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 81.29%
G = 14.39%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#711406 (or 0x711406) is known color: Falu Red. HEX triplet: 71, 14 and 06. RGB value is (113,20,6). Sum of RGB (Red+Green+Blue) = 113+20+6=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #711406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711406 is #8EEBF9. Grayscale: #2E2E2E. Windows color (decimal): -9366522 or 398449. OLE color: 398449.

HSL color Cylindrical-coordinate representation of color #711406: hue angle of 7.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #711406 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 6 -
CMYK 0 0.82 0.95 0.56
HSL 7.85º 0.9% 0.23% -
HSV(B) 7.85º 0.95% 0.44% -
XYZ 7.09 4.02 0.58 -
YUV 46.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 113 20 6 0 0.82 0.95 0.56 7.85 0.9 0.23
Hex 71 14 6 0 52 5F 38 8 5A 17
Octal 161 24 6 0 122 137 70 10 132 27
Binary 1110001 10100 110 0 1010010 1011111 111000 1000 1011010 10111

Color Harmonies of #711406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711406

Black with #711406

Text Example


Text Example

White with #711406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711406; }

 p { color: rgb(113,20,6); }

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

background-color css

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

 a { background-color: rgb(113,20,6); }

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

border-color css

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

 span { border-color: rgb(113,20,6); }

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