Html Css Color HEX #711918 Falu Red

📋 copy color: '#711918'

red 113 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #711918

Tints of Falu Red #711918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 69.75%
G = 15.43%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#711918 (or 0x711918) is known color: Falu Red. HEX triplet: 71, 19 and 18. RGB value is (113,25,24). Sum of RGB (Red+Green+Blue) = 113+25+24=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711918 is #8EE6E7. Grayscale: #333333. Windows color (decimal): -9365224 or 1579377. OLE color: 1579377.

HSL color Cylindrical-coordinate representation of color #711918: hue angle of 0.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711918 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 24 -
CMYK 0 0.78 0.79 0.56
HSL 0.67º 0.65% 0.27% -
HSV(B) 0.67º 0.79% 0.44% -
XYZ 7.32 4.27 1.3 -
YUV 51.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 113 25 24 0 0.78 0.79 0.56 0.67 0.65 0.27
Hex 71 19 18 0 4E 4F 38 1 41 1B
Octal 161 31 30 0 116 117 70 1 101 33
Binary 1110001 11001 11000 0 1001110 1001111 111000 1 1000001 11011

Color Harmonies of #711918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711918

Black with #711918

Text Example


Text Example

White with #711918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711918; }

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

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

background-color css

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

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

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

border-color css

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

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

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