Html Css Color HEX #711F08 Falu Red

📋 copy color: '#711F08'

red 113 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #711F08

Tints of Falu Red #711F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.26%

R = 74.34%
G = 20.39%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#711F08 (or 0x711F08) is known color: Falu Red. HEX triplet: 71, 1F and 08. RGB value is (113,31,8). Sum of RGB (Red+Green+Blue) = 113+31+8=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #711F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F08 is #8EE0F7. Grayscale: #353535. Windows color (decimal): -9363704 or 532337. OLE color: 532337.

HSL color Cylindrical-coordinate representation of color #711F08: hue angle of 13.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #711F08 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 8 -
CMYK 0 0.73 0.93 0.56
HSL 13.14º 0.87% 0.24% -
HSV(B) 13.14º 0.93% 0.44% -
XYZ 7.34 4.51 0.71 -
YUV 52.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 113 31 8 0 0.73 0.93 0.56 13.14 0.87 0.24
Hex 71 1F 8 0 49 5D 38 D 57 18
Octal 161 37 10 0 111 135 70 15 127 30
Binary 1110001 11111 1000 0 1001001 1011101 111000 1101 1010111 11000

Color Harmonies of #711F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F08

Black with #711F08

Text Example


Text Example

White with #711F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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