#71201A

Color #71201A Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #71201A

Tints of Falu Red #71201A

Color information

#71201A (or 0x71201A) is unknown color: approx Falu Red. HEX triplet: 71, 20 and 1A. RGB value is (113,32,26). Sum of RGB (Red+Green+Blue) = 113+32+26=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #71201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201A is #8EDFE5. Grayscale: #373737. Windows color (decimal): -9363430 or 1712241. OLE color: 1712241.

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

Color convert

RGB1133226-
CMYK00.720.770.56
HSL4.14º62.59%27.25%-
HSV(B)4.14º76.99%44.31%-
XYZ7.514.621.47-
YUV55.54111.34168.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=66.08%
G=18.71%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113322600.720.770.564.1462.5927.25
Hex71201A0484D3843f1b
Octal161403201101157047733
Binary11100011000001101001001000100110111100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71201A;
 }
 .AnyTagClassName
 {
   color: #71201A;
 }
</style>
background-color css

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

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

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

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

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

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