#731607

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

Shades of Falu Red #731607

Tints of Falu Red #731607

Color information

#731607 (or 0x731607) is unknown color: approx Falu Red. HEX triplet: 73, 16 and 07. RGB value is (115,22,7). Sum of RGB (Red+Green+Blue) = 115+22+7=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #731607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731607 is #8CE9F8. Grayscale: #303030. Windows color (decimal): -9234937 or 464499. OLE color: 464499.

HSL color Cylindrical-coordinate representation of color #731607: hue angle of 8.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #731607 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB115227-
CMYK00.810.940.55
HSL8.33º88.52%23.92%-
HSV(B)8.33º93.91%45.1%-
XYZ7.44.230.63-
YUV48.1104.81175.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.86%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=79.86%
G=15.28%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11522700.810.940.558.3388.5223.92
Hex731670515E3785918
Octal1632670121136671013130
Binary1110011101101110101000110111101101111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731607; }

 p { color: rgb(115,22,7); }

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

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

 a { background-color: rgb(115,22,7); }

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

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

 span { border-color: rgb(115,22,7); }

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