Html Css Color HEX #711207 Falu Red

📋 copy color: '#711207'

red 113 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #711207

Tints of Falu Red #711207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 81.88%
G = 13.04%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#711207 (or 0x711207) is known color: Falu Red. HEX triplet: 71, 12 and 07. RGB value is (113,18,7). Sum of RGB (Red+Green+Blue) = 113+18+7=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #711207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711207 is #8EEDF8. Grayscale: #2D2D2D. Windows color (decimal): -9367033 or 463473. OLE color: 463473.

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

Color convert

RGB 113 18 7 -
CMYK 0 0.84 0.94 0.56
HSL 6.23º 0.88% 0.24% -
HSV(B) 6.23º 0.94% 0.44% -
XYZ 7.06 3.96 0.59 -
YUV 45.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 113 18 7 0 0.84 0.94 0.56 6.23 0.88 0.24
Hex 71 12 7 0 54 5E 38 6 58 18
Octal 161 22 7 0 124 136 70 6 130 30
Binary 1110001 10010 111 0 1010100 1011110 111000 110 1011000 11000

Color Harmonies of #711207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711207

Black with #711207

Text Example


Text Example

White with #711207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711207; }

 p { color: rgb(113,18,7); }

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

background-color css

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

 a { background-color: rgb(113,18,7); }

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

border-color css

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

 span { border-color: rgb(113,18,7); }

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