Html Css Color HEX #711D04 Falu Red

📋 copy color: '#711D04'

red 113 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #711D04

Tints of Falu Red #711D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

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

R = 77.4%
G = 19.86%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711D04 (or 0x711D04) is known color: Falu Red. HEX triplet: 71, 1D and 04. RGB value is (113,29,4). Sum of RGB (Red+Green+Blue) = 113+29+4=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #711D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D04 is #8EE2FB. Grayscale: #333333. Windows color (decimal): -9364220 or 269681. OLE color: 269681.

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

Color convert

RGB 113 29 4 -
CMYK 0 0.74 0.96 0.56
HSL 13.76º 0.93% 0.23% -
HSV(B) 13.76º 0.96% 0.44% -
XYZ 7.27 4.4 0.58 -
YUV 51.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 113 29 4 0 0.74 0.96 0.56 13.76 0.93 0.23
Hex 71 1D 4 0 4A 60 38 E 5D 17
Octal 161 35 4 0 112 140 70 16 135 27
Binary 1110001 11101 100 0 1001010 1100000 111000 1110 1011101 10111

Color Harmonies of #711D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D04

Black with #711D04

Text Example


Text Example

White with #711D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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