Html Css Color HEX #711704 Falu Red

📋 copy color: '#711704'

red 113 ◦ green 23 ◦ blue 4

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

Shades of Falu Red #711704

Tints of Falu Red #711704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 80.71%
G = 16.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711704 (or 0x711704) is known color: Falu Red. HEX triplet: 71, 17 and 04. RGB value is (113,23,4). Sum of RGB (Red+Green+Blue) = 113+23+4=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #711704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711704 is #8EE8FB. Grayscale: #2F2F2F. Windows color (decimal): -9365756 or 268145. OLE color: 268145.

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

Color convert

RGB 113 23 4 -
CMYK 0 0.80 0.96 0.56
HSL 10.46º 0.93% 0.23% -
HSV(B) 10.46º 0.96% 0.44% -
XYZ 7.14 4.13 0.54 -
YUV 47.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 113 23 4 0 0.80 0.96 0.56 10.46 0.93 0.23
Hex 71 17 4 0 50 60 38 A 5D 17
Octal 161 27 4 0 120 140 70 12 135 27
Binary 1110001 10111 100 0 1010000 1100000 111000 1010 1011101 10111

Color Harmonies of #711704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711704

Black with #711704

Text Example


Text Example

White with #711704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711704; }

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

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

background-color css

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

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

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

border-color css

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

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

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