Html Css Color HEX #71201C Falu Red

📋 copy color: '#71201C'

red 113 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #71201C

Tints of Falu Red #71201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 65.32%
G = 18.5%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71201C (or 0x71201C) is known color: Falu Red. HEX triplet: 71, 20 and 1C. RGB value is (113,32,28). Sum of RGB (Red+Green+Blue) = 113+32+28=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201C is #8EDFE3. Grayscale: #373737. Windows color (decimal): -9363428 or 1843313. OLE color: 1843313.

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

Color convert

RGB 113 32 28 -
CMYK 0 0.72 0.75 0.56
HSL 2.82º 0.6% 0.28% -
HSV(B) 2.82º 0.75% 0.44% -
XYZ 7.54 4.63 1.59 -
YUV 55.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 113 32 28 0 0.72 0.75 0.56 2.82 0.6 0.28
Hex 71 20 1C 0 48 4B 38 3 3C 1C
Octal 161 40 34 0 110 113 70 3 74 34
Binary 1110001 100000 11100 0 1001000 1001011 111000 11 111100 11100

Color Harmonies of #71201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71201C

Black with #71201C

Text Example


Text Example

White with #71201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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