#71221C

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

Shades of Falu Red #71221C

Tints of Falu Red #71221C

Color information

#71221C (or 0x71221C) is unknown color: approx Falu Red. HEX triplet: 71, 22 and 1C. RGB value is (113,34,28). Sum of RGB (Red+Green+Blue) = 113+34+28=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71221C is #8EDDE3. Grayscale: #393939. Windows color (decimal): -9362916 or 1843825. OLE color: 1843825.

HSL color Cylindrical-coordinate representation of color #71221C: hue angle of 4.24º 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 #71221C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1133428-
CMYK00.700.750.56
HSL4.24º60.28%27.65%-
HSV(B)4.24º75.22%44.31%-
XYZ7.594.741.61-
YUV56.94111.67167.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 28 (11.33% from 255) = 16%
R=64.57%
G=19.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113342800.700.750.564.2460.2827.65
Hex71221C0464B3843c1c
Octal161423401061137047434
Binary11100011000101110001000110100101111100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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