Html Css Color HEX #711804 Falu Red

📋 copy color: '#711804'

red 113 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #711804

Tints of Falu Red #711804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 80.14%
G = 17.02%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711804 (or 0x711804) is known color: Falu Red. HEX triplet: 71, 18 and 04. RGB value is (113,24,4). Sum of RGB (Red+Green+Blue) = 113+24+4=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #711804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711804 is #8EE7FB. Grayscale: #303030. Windows color (decimal): -9365500 or 268401. OLE color: 268401.

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

Color convert

RGB 113 24 4 -
CMYK 0 0.79 0.96 0.56
HSL 11.01º 0.93% 0.23% -
HSV(B) 11.01º 0.96% 0.44% -
XYZ 7.16 4.17 0.54 -
YUV 48.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 113 24 4 0 0.79 0.96 0.56 11.01 0.93 0.23
Hex 71 18 4 0 4F 60 38 B 5D 17
Octal 161 30 4 0 117 140 70 13 135 27
Binary 1110001 11000 100 0 1001111 1100000 111000 1011 1011101 10111

Color Harmonies of #711804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711804

Black with #711804

Text Example


Text Example

White with #711804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711804; }

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

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

background-color css

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

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

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

border-color css

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

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

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