Html Css Color HEX #71211E Falu Red

📋 copy color: '#71211E'

red 113 ◦ green 33 ◦ blue 30

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

Shades of Falu Red #71211E

Tints of Falu Red #71211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 64.2%
G = 18.75%
B = 17.05%

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

#71211E (or 0x71211E) is known color: Falu Red. HEX triplet: 71, 21 and 1E. RGB value is (113,33,30). Sum of RGB (Red+Green+Blue) = 113+33+30=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71211E is #8EDEE1. Grayscale: #383838. Windows color (decimal): -9363170 or 1974641. OLE color: 1974641.

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

Color convert

RGB 113 33 30 -
CMYK 0 0.71 0.73 0.56
HSL 2.17º 0.58% 0.28% -
HSV(B) 2.17º 0.73% 0.44% -
XYZ 7.59 4.69 1.73 -
YUV 56.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 113 33 30 0 0.71 0.73 0.56 2.17 0.58 0.28
Hex 71 21 1E 0 47 49 38 2 3A 1C
Octal 161 41 36 0 107 111 70 2 72 34
Binary 1110001 100001 11110 0 1000111 1001001 111000 10 111010 11100

Color Harmonies of #71211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71211E

Black with #71211E

Text Example


Text Example

White with #71211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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