Html Css Color HEX #711F07 Falu Red

📋 copy color: '#711F07'

red 113 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #711F07

Tints of Falu Red #711F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 74.83%
G = 20.53%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#711F07 (or 0x711F07) is known color: Falu Red. HEX triplet: 71, 1F and 07. RGB value is (113,31,7). Sum of RGB (Red+Green+Blue) = 113+31+7=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #711F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F07 is #8EE0F8. Grayscale: #343434. Windows color (decimal): -9363705 or 466801. OLE color: 466801.

HSL color Cylindrical-coordinate representation of color #711F07: hue angle of 13.58º 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 #711F07 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 7 -
CMYK 0 0.73 0.94 0.56
HSL 13.58º 0.88% 0.24% -
HSV(B) 13.58º 0.94% 0.44% -
XYZ 7.34 4.51 0.68 -
YUV 52.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 113 31 7 0 0.73 0.94 0.56 13.58 0.88 0.24
Hex 71 1F 7 0 49 5E 38 E 58 18
Octal 161 37 7 0 111 136 70 16 130 30
Binary 1110001 11111 111 0 1001001 1011110 111000 1110 1011000 11000

Color Harmonies of #711F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F07

Black with #711F07

Text Example


Text Example

White with #711F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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