Html Css Color HEX #711708 Falu Red

📋 copy color: '#711708'

red 113 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #711708

Tints of Falu Red #711708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 78.47%
G = 15.97%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#711708 (or 0x711708) is known color: Falu Red. HEX triplet: 71, 17 and 08. RGB value is (113,23,8). Sum of RGB (Red+Green+Blue) = 113+23+8=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #711708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711708 is #8EE8F7. Grayscale: #303030. Windows color (decimal): -9365752 or 530289. OLE color: 530289.

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

Color convert

RGB 113 23 8 -
CMYK 0 0.80 0.93 0.56
HSL 8.57º 0.87% 0.24% -
HSV(B) 8.57º 0.93% 0.44% -
XYZ 7.16 4.14 0.65 -
YUV 48.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 113 23 8 0 0.80 0.93 0.56 8.57 0.87 0.24
Hex 71 17 8 0 50 5D 38 9 57 18
Octal 161 27 10 0 120 135 70 11 127 30
Binary 1110001 10111 1000 0 1010000 1011101 111000 1001 1010111 11000

Color Harmonies of #711708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711708

Black with #711708

Text Example


Text Example

White with #711708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711708; }

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

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

background-color css

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

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

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

border-color css

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

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

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