Html Css Color HEX #711F1D Falu Red

📋 copy color: '#711F1D'

red 113 ◦ green 31 ◦ blue 29

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

Shades of Falu Red #711F1D

Tints of Falu Red #711F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

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

R = 65.32%
G = 17.92%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#711F1D (or 0x711F1D) is known color: Falu Red. HEX triplet: 71, 1F and 1D. RGB value is (113,31,29). Sum of RGB (Red+Green+Blue) = 113+31+29=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #711F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F1D is #8EE0E2. Grayscale: #373737. Windows color (decimal): -9363683 or 1908593. OLE color: 1908593.

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

Color convert

RGB 113 31 29 -
CMYK 0 0.73 0.74 0.56
HSL 1.43º 0.59% 0.28% -
HSV(B) 1.43º 0.74% 0.44% -
XYZ 7.52 4.58 1.65 -
YUV 55.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 113 31 29 0 0.73 0.74 0.56 1.43 0.59 0.28
Hex 71 1F 1D 0 49 4A 38 1 3B 1C
Octal 161 37 35 0 111 112 70 1 73 34
Binary 1110001 11111 11101 0 1001001 1001010 111000 1 111011 11100

Color Harmonies of #711F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F1D

Black with #711F1D

Text Example


Text Example

White with #711F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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