Html Css Color HEX #711D1D Falu Red

📋 copy color: '#711D1D'

red 113 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #711D1D

Tints of Falu Red #711D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 66.08%
G = 16.96%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#711D1D (or 0x711D1D) is known color: Falu Red. HEX triplet: 71, 1D and 1D. RGB value is (113,29,29). Sum of RGB (Red+Green+Blue) = 113+29+29=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #711D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D1D is #8EE2E2. Grayscale: #363636. Windows color (decimal): -9364195 or 1908081. OLE color: 1908081.

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

Color convert

RGB 113 29 29 -
CMYK 0 0.74 0.74 0.56
HSL 0.59% 0.28% -
HSV(B) 0.74% 0.44% -
XYZ 7.47 4.48 1.63 -
YUV 54.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 113 29 29 0 0.74 0.74 0.56 0 0.59 0.28
Hex 71 1D 1D 0 4A 4A 38 0 3B 1C
Octal 161 35 35 0 112 112 70 0 73 34
Binary 1110001 11101 11101 0 1001010 1001010 111000 0 111011 11100

Color Harmonies of #711D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D1D

Black with #711D1D

Text Example


Text Example

White with #711D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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