Html Css Color HEX #71201D Falu Red

📋 copy color: '#71201D'

red 113 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #71201D

Tints of Falu Red #71201D

RGB

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

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

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

R = 64.94%
G = 18.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71201D (or 0x71201D) is known color: Falu Red. HEX triplet: 71, 20 and 1D. RGB value is (113,32,29). Sum of RGB (Red+Green+Blue) = 113+32+29=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201D is #8EDFE2. Grayscale: #373737. Windows color (decimal): -9363427 or 1908849. OLE color: 1908849.

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

Color convert

RGB 113 32 29 -
CMYK 0 0.72 0.74 0.56
HSL 2.14º 0.59% 0.28% -
HSV(B) 2.14º 0.74% 0.44% -
XYZ 7.55 4.63 1.66 -
YUV 55.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 113 32 29 0 0.72 0.74 0.56 2.14 0.59 0.28
Hex 71 20 1D 0 48 4A 38 2 3B 1C
Octal 161 40 35 0 110 112 70 2 73 34
Binary 1110001 100000 11101 0 1001000 1001010 111000 10 111011 11100

Color Harmonies of #71201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71201D

Black with #71201D

Text Example


Text Example

White with #71201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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