#71200C

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

Shades of Falu Red #71200C

Tints of Falu Red #71200C

Color information

#71200C (or 0x71200C) is unknown color: approx Falu Red. HEX triplet: 71, 20 and 0C. RGB value is (113,32,12). Sum of RGB (Red+Green+Blue) = 113+32+12=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71200C is #8EDFF3. Grayscale: #363636. Windows color (decimal): -9363444 or 794737. OLE color: 794737.

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

Color convert

RGB1133212-
CMYK00.720.890.56
HSL11.88º80.8%24.51%-
HSV(B)11.88º89.38%44.31%-
XYZ7.394.570.84-
YUV53.94104.34170.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=71.97%
G=20.38%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113321200.720.890.5611.8880.824.51
Hex7120C0485938c5119
Octal16140140110131701412131
Binary111000110000011000100100010110011110001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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