Html Css Color HEX #711C11 Falu Red

📋 copy color: '#711C11'

red 113 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #711C11

Tints of Falu Red #711C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 71.52%
G = 17.72%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#711C11 (or 0x711C11) is known color: Falu Red. HEX triplet: 71, 1C and 11. RGB value is (113,28,17). Sum of RGB (Red+Green+Blue) = 113+28+17=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C11 is #8EE3EE. Grayscale: #343434. Windows color (decimal): -9364463 or 1121393. OLE color: 1121393.

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

Color convert

RGB 113 28 17 -
CMYK 0 0.75 0.85 0.56
HSL 6.88º 0.74% 0.25% -
HSV(B) 6.88º 0.85% 0.44% -
XYZ 7.33 4.38 0.99 -
YUV 52.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 113 28 17 0 0.75 0.85 0.56 6.88 0.74 0.25
Hex 71 1C 11 0 4B 55 38 7 4A 19
Octal 161 34 21 0 113 125 70 7 112 31
Binary 1110001 11100 10001 0 1001011 1010101 111000 111 1001010 11001

Color Harmonies of #711C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C11

Black with #711C11

Text Example


Text Example

White with #711C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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