Html Css Color HEX #71211F Falu Red

📋 copy color: '#71211F'

red 113 ◦ green 33 ◦ blue 31

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

Shades of Falu Red #71211F

Tints of Falu Red #71211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

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

R = 63.84%
G = 18.64%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71211F (or 0x71211F) is known color: Falu Red. HEX triplet: 71, 21 and 1F. RGB value is (113,33,31). Sum of RGB (Red+Green+Blue) = 113+33+31=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71211F is #8EDEE0. Grayscale: #383838. Windows color (decimal): -9363169 or 2040177. OLE color: 2040177.

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

Color convert

RGB 113 33 31 -
CMYK 0 0.71 0.73 0.56
HSL 1.46º 0.57% 0.28% -
HSV(B) 1.46º 0.73% 0.44% -
XYZ 7.6 4.7 1.8 -
YUV 56.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 113 33 31 0 0.71 0.73 0.56 1.46 0.57 0.28
Hex 71 21 1F 0 47 49 38 1 39 1C
Octal 161 41 37 0 107 111 70 1 71 34
Binary 1110001 100001 11111 0 1000111 1001001 111000 1 111001 11100

Color Harmonies of #71211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71211F

Black with #71211F

Text Example


Text Example

White with #71211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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