Html Css Color HEX #711D18 Falu Red

📋 copy color: '#711D18'

red 113 ◦ green 29 ◦ blue 24

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

Shades of Falu Red #711D18

Tints of Falu Red #711D18

RGB

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

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

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

R = 68.07%
G = 17.47%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#711D18 (or 0x711D18) is known color: Falu Red. HEX triplet: 71, 1D and 18. RGB value is (113,29,24). Sum of RGB (Red+Green+Blue) = 113+29+24=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D18 is #8EE2E7. Grayscale: #353535. Windows color (decimal): -9364200 or 1580401. OLE color: 1580401.

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

Color convert

RGB 113 29 24 -
CMYK 0 0.74 0.79 0.56
HSL 3.37º 0.65% 0.27% -
HSV(B) 3.37º 0.79% 0.44% -
XYZ 7.41 4.46 1.33 -
YUV 53.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 113 29 24 0 0.74 0.79 0.56 3.37 0.65 0.27
Hex 71 1D 18 0 4A 4F 38 3 41 1B
Octal 161 35 30 0 112 117 70 3 101 33
Binary 1110001 11101 11000 0 1001010 1001111 111000 11 1000001 11011

Color Harmonies of #711D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D18

Black with #711D18

Text Example


Text Example

White with #711D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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