#71210C

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

Shades of Falu Red #71210C

Tints of Falu Red #71210C

Color information

#71210C (or 0x71210C) is unknown color: approx Falu Red. HEX triplet: 71, 21 and 0C. RGB value is (113,33,12). Sum of RGB (Red+Green+Blue) = 113+33+12=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71210C is #8EDEF3. Grayscale: #363636. Windows color (decimal): -9363188 or 794993. OLE color: 794993.

HSL color Cylindrical-coordinate representation of color #71210C: hue angle of 12.48º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71210C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1133312-
CMYK00.710.890.56
HSL12.48º80.8%24.51%-
HSV(B)12.48º89.38%44.31%-
XYZ7.424.620.85-
YUV54.53104169.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=71.52%
G=20.89%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113331200.710.890.5612.4880.824.51
Hex7121C0475938c5119
Octal16141140107131701412131
Binary111000110000111000100011110110011110001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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