#712109

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

Shades of Falu Red #712109

Tints of Falu Red #712109

Color information

#712109 (or 0x712109) is unknown color: approx Falu Red. HEX triplet: 71, 21 and 09. RGB value is (113,33,9). Sum of RGB (Red+Green+Blue) = 113+33+9=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712109 is #8EDEF6. Grayscale: #363636. Windows color (decimal): -9363191 or 598385. OLE color: 598385.

HSL color Cylindrical-coordinate representation of color #712109: hue angle of 13.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #712109 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113339-
CMYK00.710.920.56
HSL13.85º85.25%23.92%-
HSV(B)13.85º92.04%44.31%-
XYZ7.44.620.76-
YUV54.18102.5169.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=72.90%
G=21.29%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11333900.710.920.5613.8585.2523.92
Hex712190475C38e5518
Octal16141110107134701612530
Binary111000110000110010100011110111001110001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712109; }

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

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

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

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

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

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

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

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