Html Css Color HEX #711C19 Falu Red

📋 copy color: '#711C19'

red 113 ◦ green 28 ◦ blue 25

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

Shades of Falu Red #711C19

Tints of Falu Red #711C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 68.07%
G = 16.87%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711C19 (or 0x711C19) is known color: Falu Red. HEX triplet: 71, 1C and 19. RGB value is (113,28,25). Sum of RGB (Red+Green+Blue) = 113+28+25=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C19 is #8EE3E6. Grayscale: #353535. Windows color (decimal): -9364455 or 1645681. OLE color: 1645681.

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

Color convert

RGB 113 28 25 -
CMYK 0 0.75 0.78 0.56
HSL 2.05º 0.64% 0.27% -
HSV(B) 2.05º 0.78% 0.44% -
XYZ 7.4 4.41 1.38 -
YUV 53.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 113 28 25 0 0.75 0.78 0.56 2.05 0.64 0.27
Hex 71 1C 19 0 4B 4E 38 2 40 1B
Octal 161 34 31 0 113 116 70 2 100 33
Binary 1110001 11100 11001 0 1001011 1001110 111000 10 1000000 11011

Color Harmonies of #711C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C19

Black with #711C19

Text Example


Text Example

White with #711C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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