#712010

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

Shades of Falu Red #712010

Tints of Falu Red #712010

Color information

#712010 (or 0x712010) is unknown color: approx Falu Red. HEX triplet: 71, 20 and 10. RGB value is (113,32,16). Sum of RGB (Red+Green+Blue) = 113+32+16=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712010 is #8EDFEF. Grayscale: #363636. Windows color (decimal): -9363440 or 1056881. OLE color: 1056881.

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

Color convert

RGB1133216-
CMYK00.720.860.56
HSL9.9º75.19%25.29%-
HSV(B)9.9º85.84%44.31%-
XYZ7.424.580.98-
YUV54.4106.34169.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.19%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=70.19%
G=19.88%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113321600.720.860.569.975.1925.29
Hex7120100485638a4b19
Octal16140200110126701211331
Binary1110001100000100000100100010101101110001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712010; }

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

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

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

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

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

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

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

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