Html Css Color HEX #711D1C Falu Red

📋 copy color: '#711D1C'

red 113 ◦ green 29 ◦ blue 28

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

Shades of Falu Red #711D1C

Tints of Falu Red #711D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 66.47%
G = 17.06%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#711D1C (or 0x711D1C) is known color: Falu Red. HEX triplet: 71, 1D and 1C. RGB value is (113,29,28). Sum of RGB (Red+Green+Blue) = 113+29+28=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D1C is #8EE2E3. Grayscale: #363636. Windows color (decimal): -9364196 or 1842545. OLE color: 1842545.

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

Color convert

RGB 113 29 28 -
CMYK 0 0.74 0.75 0.56
HSL 0.71º 0.6% 0.28% -
HSV(B) 0.71º 0.75% 0.44% -
XYZ 7.46 4.47 1.57 -
YUV 54 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 113 29 28 0 0.74 0.75 0.56 0.71 0.6 0.28
Hex 71 1D 1C 0 4A 4B 38 1 3C 1C
Octal 161 35 34 0 112 113 70 1 74 34
Binary 1110001 11101 11100 0 1001010 1001011 111000 1 111100 11100

Color Harmonies of #711D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D1C

Black with #711D1C

Text Example


Text Example

White with #711D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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