Html Css Color HEX #71201F Falu Red

📋 copy color: '#71201F'

red 113 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #71201F

Tints of Falu Red #71201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 64.2%
G = 18.18%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71201F (or 0x71201F) is known color: Falu Red. HEX triplet: 71, 20 and 1F. RGB value is (113,32,31). Sum of RGB (Red+Green+Blue) = 113+32+31=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201F is #8EDFE0. Grayscale: #383838. Windows color (decimal): -9363425 or 2039921. OLE color: 2039921.

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

Color convert

RGB 113 32 31 -
CMYK 0 0.72 0.73 0.56
HSL 0.73º 0.57% 0.28% -
HSV(B) 0.73º 0.73% 0.44% -
XYZ 7.57 4.64 1.79 -
YUV 56.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 113 32 31 0 0.72 0.73 0.56 0.73 0.57 0.28
Hex 71 20 1F 0 48 49 38 1 39 1C
Octal 161 40 37 0 110 111 70 1 71 34
Binary 1110001 100000 11111 0 1001000 1001001 111000 1 111001 11100

Color Harmonies of #71201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71201F

Black with #71201F

Text Example


Text Example

White with #71201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71201F; }

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

 H1.HeaderClassName
 {
   color: #71201F;
 }
 .AnyTagClassName
 {
   color: #71201F;
 }
</style>

background-color css

<style>
 a { background-color: #71201F; }

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

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

border-color css

<style>
 span { border-color: #71201F; }

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

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