Html Css Color HEX #71211B Falu Red

📋 copy color: '#71211B'

red 113 ◦ green 33 ◦ blue 27

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

Shades of Falu Red #71211B

Tints of Falu Red #71211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 65.32%
G = 19.08%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71211B (or 0x71211B) is known color: Falu Red. HEX triplet: 71, 21 and 1B. RGB value is (113,33,27). Sum of RGB (Red+Green+Blue) = 113+33+27=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71211B is #8EDEE4. Grayscale: #383838. Windows color (decimal): -9363173 or 1778033. OLE color: 1778033.

HSL color Cylindrical-coordinate representation of color #71211B: hue angle of 4.19º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71211B is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 27 -
CMYK 0 0.71 0.76 0.56
HSL 4.19º 0.61% 0.27% -
HSV(B) 4.19º 0.76% 0.44% -
XYZ 7.55 4.68 1.54 -
YUV 56.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 113 33 27 0 0.71 0.76 0.56 4.19 0.61 0.27
Hex 71 21 1B 0 47 4C 38 4 3D 1B
Octal 161 41 33 0 107 114 70 4 75 33
Binary 1110001 100001 11011 0 1000111 1001100 111000 100 111101 11011

Color Harmonies of #71211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71211B

Black with #71211B

Text Example


Text Example

White with #71211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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